Home
last modified time | relevance | path

Searched refs:i_dmf (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dquant.c165 const int i_dmf = dequant_mf[i_qp%6][0] << i_qbits; in dequant_4x4_dc() local
169 dct[i] *= i_dmf; in dequant_4x4_dc()
173 const int i_dmf = dequant_mf[i_qp%6][0]; in dequant_4x4_dc() local
178 dct[i] = ( dct[i] * i_dmf + f ) >> (-i_qbits); in dequant_4x4_dc()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dquant.c165 const int i_dmf = dequant_mf[i_qp%6][0] << i_qbits; in dequant_4x4_dc() local
169 dct[i] *= i_dmf; in dequant_4x4_dc()
173 const int i_dmf = dequant_mf[i_qp%6][0]; in dequant_4x4_dc() local
178 dct[i] = ( dct[i] * i_dmf + f ) >> (-i_qbits); in dequant_4x4_dc()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dquant.c151 const int i_dmf = dequant_mf[i_qp%6][0] << i_qbits; in dequant_4x4_dc() local
153 dct[i] *= i_dmf; in dequant_4x4_dc()
157 const int i_dmf = dequant_mf[i_qp%6][0]; in dequant_4x4_dc() local
160 dct[i] = ( dct[i] * i_dmf + f ) >> (-i_qbits); in dequant_4x4_dc()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dquant.c151 const int i_dmf = dequant_mf[i_qp%6][0] << i_qbits; in dequant_4x4_dc() local
153 dct[i] *= i_dmf; in dequant_4x4_dc()
157 const int i_dmf = dequant_mf[i_qp%6][0]; in dequant_4x4_dc() local
160 dct[i] = ( dct[i] * i_dmf + f ) >> (-i_qbits); in dequant_4x4_dc()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/mips/
H A Dquant-c.c219 int32_t i_dmf = pi_dequant_mf[i_qp % 6][0]; in avc_dequant_4x4_dc_msa() local
226 i_dmf <<= q_bits; in avc_dequant_4x4_dc_msa()
228 dequant_mf_h = __msa_fill_h( i_dmf ); in avc_dequant_4x4_dc_msa()
243 dequant_m_f = __msa_fill_w( i_dmf ); in avc_dequant_4x4_dc_msa()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/mips/
H A Dquant-c.c219 int32_t i_dmf = pi_dequant_mf[i_qp % 6][0]; in avc_dequant_4x4_dc_msa() local
226 i_dmf <<= q_bits; in avc_dequant_4x4_dc_msa()
228 dequant_mf_h = __msa_fill_h( i_dmf ); in avc_dequant_4x4_dc_msa()
243 dequant_m_f = __msa_fill_w( i_dmf ); in avc_dequant_4x4_dc_msa()