Searched refs:copy_partitioning_helper (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_encodeframe.c | 895 static void copy_partitioning_helper(VP9_COMP *cpi, MACROBLOCK *x, in copy_partitioning_helper() function 929 copy_partitioning_helper(cpi, x, xd, subsize, mi_row, mi_col); in copy_partitioning_helper() 930 copy_partitioning_helper(cpi, x, xd, subsize, mi_row + bs, mi_col); in copy_partitioning_helper() 931 copy_partitioning_helper(cpi, x, xd, subsize, mi_row, mi_col + bs); in copy_partitioning_helper() 932 copy_partitioning_helper(cpi, x, xd, subsize, mi_row + bs, mi_col + bs); in copy_partitioning_helper() 957 copy_partitioning_helper(cpi, x, xd, BLOCK_64X64, mi_row, mi_col); in copy_partitioning()
|