Searched defs:coeff_idx (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | txb_common.h | 263 const int coeff_idx, // raster order in get_nz_map_ctx_from_stats() 308 static INLINE int get_lower_levels_ctx_2d(const uint8_t *levels, int coeff_idx, in get_lower_levels_ctx_2d() 324 int coeff_idx, int bwl, in get_lower_levels_ctx() 335 int coeff_idx, TX_SIZE tx_size, in get_lower_levels_ctx_general()
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 110 static INLINE tran_low_t qcoeff_to_dqcoeff(tran_low_t qc, int coeff_idx, in qcoeff_to_dqcoeff() 268 static INLINE int get_sign_bit_cost(tran_low_t qc, int coeff_idx, 354 const int coeff_idx, const int bwl, 375 const int coeff_idx = scan[scan_idx]; local 439 const int coeff_idx = scan[scan_idx]; local 459 static INLINE void update_qcoeff(const int coeff_idx, const tran_low_t qc, 466 static INLINE void update_coeff(const int coeff_idx, const tran_low_t qc, 881 const int coeff_idx = scan[si]; local 901 const int coeff_idx = scan[si]; local 968 const int coeff_idx = scan[si]; local
|
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 53 static INLINE int get_dqv(const int16_t *dequant, int coeff_idx, in get_dqv()
|