Searched refs:coef_weight1 (Results 1 – 4 of 4) sorted by relevance
648 const uint32_t *coef_weight1 = num_coefs == 64 ? x264_dct8_weight_tab : x264_dct4_weight_tab; in quant_trellis_cabac() local826 int psy_weight = coef_weight1[zigzag[i]] * h->mb.i_psy_trellis;\ in quant_trellis_cabac()926 const uint32_t *coef_weight1 = b_8x8 ? x264_dct8_weight_tab : x264_dct4_weight_tab; in quant_trellis_cavlc() local995 int psy_weight = coef_weight1[zigzag[j]]; in quant_trellis_cavlc()
659 const uint32_t *coef_weight1 = num_coefs == 64 ? x264_dct8_weight_tab : x264_dct4_weight_tab; in quant_trellis_cabac() local844 int psy_weight = coef_weight1[zigzag[i]] * h->mb.i_psy_trellis;\ in quant_trellis_cabac()944 const uint32_t *coef_weight1 = b_8x8 ? x264_dct8_weight_tab : x264_dct4_weight_tab; in quant_trellis_cavlc() local1015 int psy_weight = coef_weight1[zigzag[j]]; in quant_trellis_cavlc()