Searched refs:get_rd_var_based_fixed_partition (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 227 static BLOCK_SIZE get_rd_var_based_fixed_partition(AV1_COMP *cpi, MACROBLOCK *x, in get_rd_var_based_fixed_partition() function 4455 get_rd_var_based_fixed_partition(cpi, x, mi_row, mi_col); in encode_nonrd_sb() 4756 get_rd_var_based_fixed_partition(cpi, x, mi_row, mi_col); in encode_rd_sb()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 178 static BLOCK_SIZE get_rd_var_based_fixed_partition(VP9_COMP *cpi, MACROBLOCK *x, in get_rd_var_based_fixed_partition() function 4469 bsize = get_rd_var_based_fixed_partition(cpi, x, mi_row, mi_col); in encode_rd_sb_row()
|