Lines Matching refs:coef
455 static const char *hqvdp_dbg_get_lut(u32 *coef)
457 if (!memcmp(coef, coef_lut_a_legacy, 16))
459 if (!memcmp(coef, coef_lut_b, 16))
461 if (!memcmp(coef, coef_lut_c_y_legacy, 16))
463 if (!memcmp(coef, coef_lut_c_c_legacy, 16))
465 if (!memcmp(coef, coef_lut_d_y_legacy, 16))
467 if (!memcmp(coef, coef_lut_d_c_legacy, 16))
469 if (!memcmp(coef, coef_lut_e_y_legacy, 16))
471 if (!memcmp(coef, coef_lut_e_c_legacy, 16))
473 if (!memcmp(coef, coef_lut_f_y_legacy, 16))
475 if (!memcmp(coef, coef_lut_f_c_legacy, 16))
660 * @hvsrc: the structure containing the LUT coef
662 * Update the Y and C Lut coef, as well as the shift param
673 /* Get the appropriate coef tables */
1228 /* Update hvsrc lut coef */