Searched refs:copy_partitioning_helper (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 932 static void copy_partitioning_helper(VP9_COMP *cpi, MACROBLOCK *x, in copy_partitioning_helper() function 966 copy_partitioning_helper(cpi, x, xd, subsize, mi_row, mi_col); in copy_partitioning_helper() 967 copy_partitioning_helper(cpi, x, xd, subsize, mi_row + bs, mi_col); in copy_partitioning_helper() 968 copy_partitioning_helper(cpi, x, xd, subsize, mi_row, mi_col + bs); in copy_partitioning_helper() 969 copy_partitioning_helper(cpi, x, xd, subsize, mi_row + bs, mi_col + bs); in copy_partitioning_helper() 994 copy_partitioning_helper(cpi, x, xd, BLOCK_64X64, mi_row, mi_col); in copy_partitioning()
|