Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpartition_search.c373 static void encode_superblock(const AV1_COMP *const cpi, TileDataEnc *tile_data, in encode_superblock() function
1393 encode_superblock(cpi, tile_data, td, tp, dry_run, bsize, rate); in encode_b()
1825 encode_superblock(cpi, tile_data, td, tp, DRY_RUN_NORMAL, subsize, in av1_rd_use_partition()
1852 encode_superblock(cpi, tile_data, td, tp, DRY_RUN_NORMAL, subsize, in av1_rd_use_partition()
2046 encode_superblock(cpi, tile_data, td, tp, dry_run, bsize, rate); in encode_b_nonrd()
2546 encode_superblock(cpi, tile_data, td, tp, DRY_RUN_NORMAL, subsize, NULL); in rd_try_subblock()
2990 encode_superblock(cpi, tile_data, td, tp, DRY_RUN_NORMAL, in rectangular_partition_search()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c61 static void encode_superblock(VP9_COMP *cpi, ThreadData *td, TOKENEXTRA **t,
2215 encode_superblock(cpi, td, tp, output_enabled, mi_row, mi_col, bsize, ctx); in encode_b()
2556 encode_superblock(cpi, td, tp, output_enabled, mi_row, mi_col, bsize, ctx); in encode_b_rt()
2731 encode_superblock(cpi, td, tp, 0, mi_row, mi_col, subsize, ctx); in rd_use_partition()
2755 encode_superblock(cpi, td, tp, 0, mi_row, mi_col, subsize, ctx); in rd_use_partition()
4324 encode_superblock(cpi, td, tp, 0, mi_row, mi_col, subsize, ctx); in rd_pick_partition()
4373 encode_superblock(cpi, td, tp, 0, mi_row, mi_col, subsize, in rd_pick_partition()
6389 static void encode_superblock(VP9_COMP *cpi, ThreadData *td, TOKENEXTRA **t, in encode_superblock() function