Searched refs:OUTPUT_ENABLED (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tokenize.h | 68 OUTPUT_ENABLED = 0, enumerator
|
D | encodemb.h | 160 if (optimize_b == FINAL_PASS_TRELLIS_OPT && dry_run != OUTPUT_ENABLED) in is_trellis_used()
|
D | partition_search.c | 454 if (dry_run == OUTPUT_ENABLED) { in encode_superblock() 1965 OUTPUT_ENABLED, split_subsize, pc_tree->split[i], NULL); in av1_rd_use_partition() 2004 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in av1_rd_use_partition() 4196 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in ml_partition_search_whole_tree() 4334 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in ml_partition_search_partial() 4408 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in av1_rd_partition_search() 4840 const RUN_TYPE run_type = emit_output ? OUTPUT_ENABLED : DRY_RUN_NORMAL; in av1_rd_pick_partition() 5259 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in av1_nonrd_pick_partition()
|
D | encodetxb.c | 562 if (args->dry_run == OUTPUT_ENABLED) {
|
D | encodemb.c | 479 if (dry_run == OUTPUT_ENABLED) { in encode_block()
|