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.c1159 static void update_prev_partition_helper(VP9_COMP *cpi, BLOCK_SIZE bsize, in update_prev_partition_helper() function
1191 update_prev_partition_helper(cpi, subsize, mi_row, mi_col); in update_prev_partition_helper()
1192 update_prev_partition_helper(cpi, subsize, mi_row + bs, mi_col); in update_prev_partition_helper()
1193 update_prev_partition_helper(cpi, subsize, mi_row, mi_col + bs); in update_prev_partition_helper()
1194 update_prev_partition_helper(cpi, subsize, mi_row + bs, mi_col + bs); in update_prev_partition_helper()
1202 update_prev_partition_helper(cpi, BLOCK_64X64, mi_row, mi_col); in update_prev_partition()