Searched refs:DRY_RUN_NORMAL (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tokenize.h | 34 DRY_RUN_NORMAL, enumerator
|
D | encodeframe.c | 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() 2152 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, 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() 3867 const RUN_TYPE run_type = emit_output ? OUTPUT_ENABLED : DRY_RUN_NORMAL; in rd_pick_partition() 3873 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in rd_pick_partition()
|
D | firstpass.c | 401 av1_encode_intra_block_plane(cpi, x, bsize, 0, DRY_RUN_NORMAL, 0); in firstpass_intra_prediction()
|
D | intra_mode_search.c | 1222 DRY_RUN_NORMAL, in choose_intra_uv_mode()
|
D | tx_search.c | 2113 DRY_RUN_NORMAL); in search_tx_type()
|
D | rdopt.c | 2854 av1_encode_intra_block_plane(cpi, x, bsize, AOM_PLANE_Y, DRY_RUN_NORMAL, in av1_rd_pick_intra_mode_sb()
|