Home
last modified time | relevance | path

Searched defs:dropout_num_before (Results 1 – 2 of 2) sorted by relevance

/external/libaom/test/
Dencodemb_test.cc46 void Dropout(TX_SIZE tx_size, TX_TYPE tx_type, int dropout_num_before, in Dropout()
101 const uint32_t dropout_num_before = 4; in TEST() local
117 const uint32_t dropout_num_before = 4; in TEST() local
133 const uint32_t dropout_num_before = 4; in TEST() local
152 const uint32_t dropout_num_before = 4; in TEST() local
169 const uint32_t dropout_num_before = 4; in TEST() local
189 const uint32_t dropout_num_before = 4; in TEST() local
205 const uint32_t dropout_num_before = 4; in TEST() local
224 const uint32_t dropout_num_before = 4; in TEST() local
/external/libaom/av1/encoder/
Dencodemb.c157 const int dropout_num_before = in av1_dropout_qcoeff() local
170 int dropout_num_before, int dropout_num_after) { in av1_dropout_qcoeff_num()