Searched refs:max_coeff_thr (Results 1 – 1 of 1) sorted by relevance
237 const v8i16 max_coeff_thr = __msa_ldi_h(MAX_COEFF_THRESH); in CollectHistogram_MSA() local242 coeff0 = __msa_min_s_h(coeff0, max_coeff_thr); in CollectHistogram_MSA()243 coeff1 = __msa_min_s_h(coeff1, max_coeff_thr); in CollectHistogram_MSA()