Searched refs:copy_partitioning_helper (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c844 static void copy_partitioning_helper(VP9_COMP *cpi, MACROBLOCK *x, function
877 copy_partitioning_helper(cpi, x, xd, subsize, mi_row, mi_col);
878 copy_partitioning_helper(cpi, x, xd, subsize, mi_row + bs, mi_col);
879 copy_partitioning_helper(cpi, x, xd, subsize, mi_row, mi_col + bs);
880 copy_partitioning_helper(cpi, x, xd, subsize, mi_row + bs, mi_col + bs);
909 copy_partitioning_helper(cpi, x, xd, BLOCK_64X64, mi_row, mi_col);

Completed in 78 milliseconds