Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c51 static void encode_superblock(VP9_COMP *cpi, ThreadData *td, TOKENEXTRA **t,
1897 encode_superblock(cpi, td, tp, output_enabled, mi_row, mi_col, bsize, ctx); in encode_b()
2238 encode_superblock(cpi, td, tp, output_enabled, mi_row, mi_col, bsize, ctx); in encode_b_rt()
2411 encode_superblock(cpi, td, tp, 0, mi_row, mi_col, subsize, ctx); in rd_use_partition()
2432 encode_superblock(cpi, td, tp, 0, mi_row, mi_col, subsize, ctx); in rd_use_partition()
3221 encode_superblock(cpi, td, tp, 0, mi_row, mi_col, subsize, ctx); in rd_pick_partition()
3268 encode_superblock(cpi, td, tp, 0, mi_row, mi_col, subsize, in rd_pick_partition()
4790 static void encode_superblock(VP9_COMP *cpi, ThreadData *td, TOKENEXTRA **t, in encode_superblock() function