Home
last modified time | relevance | path

Searched defs:fp_block_size (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/
H A Dfirstpass.c151 static int get_unit_rows(const BLOCK_SIZE fp_block_size, const int mb_rows) { in get_unit_rows()
161 static int get_unit_cols(const BLOCK_SIZE fp_block_size, const int mb_cols) { in get_unit_cols()
172 static int get_num_mbs(const BLOCK_SIZE fp_block_size, in get_num_mbs()
333 const BLOCK_SIZE fp_block_size, const int unit_row, in get_bsize()
494 const int y_offset, const int uv_offset, const BLOCK_SIZE fp_block_size, in firstpass_intra_prediction()
706 const int src_yoffset, const BLOCK_SIZE fp_block_size, in firstpass_inter_prediction()
893 const BLOCK_SIZE fp_block_size) { in update_firstpass_stats()
1072 const BLOCK_SIZE fp_block_size) { in av1_get_unit_rows_in_tile()
1081 const BLOCK_SIZE fp_block_size) { in av1_get_unit_cols_in_tile()
1092 const BLOCK_SIZE fp_block_size) { in first_pass_tile()
[all …]
H A Dethread.c333 const BLOCK_SIZE fp_block_size) { in switch_tile_and_get_next_job()
409 const BLOCK_SIZE fp_block_size = cpi->fp_block_size; in set_firstpass_encode_done() local
468 const BLOCK_SIZE fp_block_size = cpi->fp_block_size; in fp_enc_row_mt_worker_hook() local
650 const BLOCK_SIZE fp_block_size = cpi->fp_block_size; in enc_row_mt_worker_hook() local
1827 BLOCK_SIZE fp_block_size) { in fp_compute_max_mb_rows()
H A Dencoder.c3566 const BLOCK_SIZE fp_block_size = in calculate_frame_avg_haar_energy() local
H A Dencoder.h3467 BLOCK_SIZE fp_block_size; member