Searched refs:copy_partitioning_helper (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 873 static void copy_partitioning_helper(VP9_COMP *cpi, MACROBLOCK *x, in copy_partitioning_helper() function 907 copy_partitioning_helper(cpi, x, xd, subsize, mi_row, mi_col); in copy_partitioning_helper() 908 copy_partitioning_helper(cpi, x, xd, subsize, mi_row + bs, mi_col); in copy_partitioning_helper() 909 copy_partitioning_helper(cpi, x, xd, subsize, mi_row, mi_col + bs); in copy_partitioning_helper() 910 copy_partitioning_helper(cpi, x, xd, subsize, mi_row + bs, mi_col + bs); in copy_partitioning_helper() 935 copy_partitioning_helper(cpi, x, xd, BLOCK_64X64, mi_row, mi_col); in copy_partitioning()
|