Searched refs:encode_superblock (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 76 static void encode_superblock(VP9_COMP *cpi, TOKENEXTRA **t, int output_enabled, 1235 encode_superblock(cpi, tp, output_enabled, mi_row, mi_col, bsize); in encode_b() 1467 encode_superblock(cpi, tp, output_enabled, mi_row, mi_col, bsize); in encode_b_rt() 1681 encode_superblock(cpi, tp, 0, mi_row, mi_col, subsize); in rd_use_partition() 1706 encode_superblock(cpi, tp, 0, mi_row, mi_col, subsize); in rd_use_partition() 2193 encode_superblock(cpi, tp, 0, mi_row, mi_col, subsize); in rd_pick_partition() 2244 encode_superblock(cpi, tp, 0, mi_row, mi_col, subsize); in rd_pick_partition() 3407 static void encode_superblock(VP9_COMP *cpi, TOKENEXTRA **t, int output_enabled, in encode_superblock() function
|