Searched refs:update_prev_partition_helper (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_encodeframe.c | 1122 static void update_prev_partition_helper(VP9_COMP *cpi, BLOCK_SIZE bsize, in update_prev_partition_helper() function 1154 update_prev_partition_helper(cpi, subsize, mi_row, mi_col); in update_prev_partition_helper() 1155 update_prev_partition_helper(cpi, subsize, mi_row + bs, mi_col); in update_prev_partition_helper() 1156 update_prev_partition_helper(cpi, subsize, mi_row, mi_col + bs); in update_prev_partition_helper() 1157 update_prev_partition_helper(cpi, subsize, mi_row + bs, mi_col + bs); in update_prev_partition_helper() 1165 update_prev_partition_helper(cpi, BLOCK_64X64, mi_row, mi_col); in update_prev_partition()
|