Searched refs:encode_superblock (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 61 static void encode_superblock(VP9_COMP *cpi, ThreadData *td, TOKENEXTRA **t, 2246 encode_superblock(cpi, td, tp, output_enabled, mi_row, mi_col, bsize, ctx); in encode_b() 2586 encode_superblock(cpi, td, tp, output_enabled, mi_row, mi_col, bsize, ctx); in encode_b_rt() 2761 encode_superblock(cpi, td, tp, 0, mi_row, mi_col, subsize, ctx); in rd_use_partition() 2785 encode_superblock(cpi, td, tp, 0, mi_row, mi_col, subsize, ctx); in rd_use_partition() 4299 encode_superblock(cpi, td, tp, 0, mi_row, mi_col, subsize, ctx); in rd_pick_partition() 4348 encode_superblock(cpi, td, tp, 0, mi_row, mi_col, subsize, in rd_pick_partition() 6367 static void encode_superblock(VP9_COMP *cpi, ThreadData *td, TOKENEXTRA **t, in encode_superblock() function
|
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 76 static AOM_INLINE void encode_superblock(const AV1_COMP *const cpi, 1581 encode_superblock(cpi, tile_data, td, tp, dry_run, bsize, rate); in encode_b() 1986 encode_superblock(cpi, tile_data, td, tp, DRY_RUN_NORMAL, subsize, in rd_use_partition() 2010 encode_superblock(cpi, tile_data, td, tp, DRY_RUN_NORMAL, subsize, in rd_use_partition() 2541 encode_superblock(cpi, tile_data, td, tp, DRY_RUN_NORMAL, subsize, NULL); in rd_try_subblock() 3198 encode_superblock(cpi, tile_data, td, tp, DRY_RUN_NORMAL, subsize, NULL); in rd_pick_partition() 3288 encode_superblock(cpi, tile_data, td, tp, DRY_RUN_NORMAL, subsize, NULL); in rd_pick_partition() 6299 static AOM_INLINE void encode_superblock(const AV1_COMP *const cpi, in encode_superblock() function
|