Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodemb.c238 const OPT_TYPE KEY_BLOCK_OPT_TYPE = TRELLIS_DROPOUT_OPT;
240 const OPT_TYPE INTRA_BLOCK_OPT_TYPE = TRELLIS_DROPOUT_OPT;
243 const OPT_TYPE INTER_BLOCK_OPT_TYPE = TRELLIS_DROPOUT_OPT;
395 INTER_BLOCK_OPT_TYPE == TRELLIS_DROPOUT_OPT; in encode_block()
397 INTER_BLOCK_OPT_TYPE == TRELLIS_DROPOUT_OPT; in encode_block()
731 KEY_BLOCK_OPT_TYPE == TRELLIS_DROPOUT_OPT)) || in av1_encode_block_intra()
734 INTRA_BLOCK_OPT_TYPE == TRELLIS_DROPOUT_OPT)); in av1_encode_block_intra()
737 KEY_BLOCK_OPT_TYPE == TRELLIS_DROPOUT_OPT)) || in av1_encode_block_intra()
740 INTRA_BLOCK_OPT_TYPE == TRELLIS_DROPOUT_OPT)); in av1_encode_block_intra()
Dencodemb.h54 TRELLIS_DROPOUT_OPT = 3 // Perform dropout after trellis optimization. enumerator