HomeSort by relevance Sort by last modified time
    Searched refs:av1_ext_tx_inv (Results 1 - 3 of 3) sorted by null

  /external/libaom/libaom/av1/common/
entropymode.h 176 static const int av1_ext_tx_inv[EXT_TX_SET_TYPES][TX_TYPES] = { variable
  /external/libaom/libaom/av1/encoder/
rd.c 190 av1_ext_tx_inv[av1_ext_tx_set_idx_to_type[1][s]]);
198 av1_ext_tx_inv[av1_ext_tx_set_idx_to_type[0][s]]);
    [all...]
  /external/libaom/libaom/av1/decoder/
decodemv.c 630 *tx_type = av1_ext_tx_inv[tx_set_type][aom_read_symbol(
639 *tx_type = av1_ext_tx_inv[tx_set_type][aom_read_symbol(
    [all...]

Completed in 298 milliseconds