Home
last modified time | relevance | path

Searched refs:encode_superblock (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c76 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