Home
last modified time | relevance | path

Searched refs:update_prev_partition_helper (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1081 static void update_prev_partition_helper(VP9_COMP *cpi, BLOCK_SIZE bsize, in update_prev_partition_helper() function
1112 update_prev_partition_helper(cpi, subsize, mi_row, mi_col); in update_prev_partition_helper()
1113 update_prev_partition_helper(cpi, subsize, mi_row + bs, mi_col); in update_prev_partition_helper()
1114 update_prev_partition_helper(cpi, subsize, mi_row, mi_col + bs); in update_prev_partition_helper()
1115 update_prev_partition_helper(cpi, subsize, mi_row + bs, mi_col + bs); in update_prev_partition_helper()
1124 update_prev_partition_helper(cpi, BLOCK_64X64, mi_row, mi_col); in update_prev_partition()