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

  /external/libaom/libaom/av1/decoder/
decodetxb.c 142 const int txk_type_idx = local
144 mbmi->tx_skip[txk_type_idx] = all_zero;
151 const int txk_type_idx = local
153 mbmi->txk_type[txk_type_idx] = DCT_DCT;
decodemv.c 604 const int txk_type_idx = local
606 TX_TYPE *tx_type = &mbmi->txk_type[txk_type_idx];
    [all...]
  /external/libaom/libaom/av1/common/
blockd.h 825 const int txk_type_idx = av1_get_txk_type_index(bsize, blk_row, blk_col);
826 txk_type[txk_type_idx] = tx_type;
861 const int txk_type_idx =
863 tx_type = mbmi->txk_type[txk_type_idx];
868 const int txk_type_idx =
870 tx_type = mbmi->txk_type[txk_type_idx];
    [all...]
  /external/libaom/libaom/av1/encoder/
rdopt.c 3095 const int txk_type_idx = local
5000 const int txk_type_idx = local
5219 const int txk_type_idx = local
    [all...]

Completed in 183 milliseconds