Searched refs:update_prev_partition_helper (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1100 static void update_prev_partition_helper(VP9_COMP *cpi, BLOCK_SIZE bsize, in update_prev_partition_helper() function 1132 update_prev_partition_helper(cpi, subsize, mi_row, mi_col); in update_prev_partition_helper() 1133 update_prev_partition_helper(cpi, subsize, mi_row + bs, mi_col); in update_prev_partition_helper() 1134 update_prev_partition_helper(cpi, subsize, mi_row, mi_col + bs); in update_prev_partition_helper() 1135 update_prev_partition_helper(cpi, subsize, mi_row + bs, mi_col + bs); in update_prev_partition_helper() 1143 update_prev_partition_helper(cpi, BLOCK_64X64, mi_row, mi_col); in update_prev_partition()
|