/third_party/ffmpeg/libavcodec/arm/ |
D | mpegvideo_armv5te.c | 36 static inline void dct_unquantize_h263_helper_c(int16_t *block, int qmul, int qadd, int count) in dct_unquantize_h263_helper_c() 56 int level, qmul, qadd; in dct_unquantize_h263_intra_armv5te() local 85 int qmul, qadd; in dct_unquantize_h263_inter_armv5te() local
|
/third_party/ffmpeg/libavcodec/mips/ |
D | mpegvideo_msa.c | 24 static void h263_dct_unquantize_msa(int16_t *block, int16_t qmul, in h263_dct_unquantize_msa() 200 int32_t qmul, qadd; in ff_dct_unquantize_h263_intra_msa() local 225 int32_t qmul, qadd; in ff_dct_unquantize_h263_inter_msa() local
|
D | mpegvideo_mmi.c | 31 int64_t level, qmul, qadd, nCoeffs; in ff_dct_unquantize_h263_intra_mmi() local 106 int64_t qmul, qadd, nCoeffs; in ff_dct_unquantize_h263_inter_mmi() local
|
D | h264dsp_mmi.c | 860 int qmul) in ff_h264_luma_dc_dequant_idct_8_mmi() 1086 void ff_h264_chroma422_dc_dequant_idct_8_mmi(int16_t *block, int qmul) in ff_h264_chroma422_dc_dequant_idct_8_mmi() 1119 void ff_h264_chroma_dc_dequant_idct_8_mmi(int16_t *block, int qmul) in ff_h264_chroma_dc_dequant_idct_8_mmi()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | mpegvideo.c | 35 x86_reg level, qmul, qadd, nCoeffs; in dct_unquantize_h263_intra_mmx() local 110 x86_reg qmul, qadd, nCoeffs; in dct_unquantize_h263_inter_mmx() local
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | mpegvideo_altivec.c | 44 int i, level, qmul, qadd; in dct_unquantize_h263_altivec() local
|
/third_party/ffmpeg/libavcodec/ |
D | rl.c | 80 int qmul = q * 2; in ff_rl_init_vlc() local
|
D | vp9block.c | 809 const int16_t *band_counts, int16_t *qmul) in decode_coeffs_b_generic() 928 int16_t *qmul) in decode_coeffs_b_8bpp() 938 int16_t *qmul) in decode_coeffs_b32_8bpp() 948 int16_t *qmul) in decode_coeffs_b_16bpp() 958 int16_t *qmul) in decode_coeffs_b32_16bpp() 976 int16_t (*qmul)[2] = s->s.h.segmentation.feat[b->seg_id].qmul; in decode_coeffs() local
|
D | h264_cabac.c | 1585 const uint32_t *qmul, int max_coeff, in decode_cabac_residual_internal() 1794 const uint32_t *qmul, in decode_cabac_residual_nondc_internal() 1846 const uint32_t *qmul, in decode_cabac_residual_nondc() 1866 const uint32_t *qmul; in decode_cabac_luma_residual() local 2387 const uint32_t *qmul; in ff_h264_decode_mb_cabac() local
|
D | h264_cavlc.c | 436 const uint8_t *scantable, const uint32_t *qmul, in decode_residual() 1157 …const uint32_t *qmul = h->ps.pps->dequant4_coeff[chroma_idx+1+(IS_INTRA( mb_type ) ? 0:3)][sl->chr… in ff_h264_decode_mb_cavlc() local
|
D | snowdec.c | 121 int qmul= ff_qexp[qlog&(QROOT-1)]<<(qlog>>QSHIFT); in decode_subband_slice_buffered() local 228 const int qmul= ff_qexp[qlog&(QROOT-1)]<<(qlog>>QSHIFT); in dequantize_slice_buffered() local
|
D | msmpeg4dec.c | 651 int qmul, qadd; in ff_msmpeg4_decode_block() local
|
D | snowenc.c | 1251 const int qmul= ff_qexp[qlog&(QROOT-1)]<<((qlog>>QSHIFT) + ENCODER_EXTRA_BITS); in quantize() local 1312 const int qmul= ff_qexp[qlog&(QROOT-1)]<<(qlog>>QSHIFT); in dequantize() local 1505 const int qmul= ff_qexp[qlog&(QROOT-1)]<<(qlog>>QSHIFT); in ratecontrol_1pass() local
|
D | mpegvideo.c | 213 int i, level, qmul, qadd; in dct_unquantize_h263_intra_c() local 247 int i, level, qmul, qadd; in dct_unquantize_h263_inter_c() local
|
D | svq3.c | 223 const unsigned qmul = svq3_dequant_coeff[qp]; in svq3_luma_dc_dequant_idct_c() local 259 const int qmul = svq3_dequant_coeff[qp]; in svq3_add_idct_c() local
|
D | vp9shared.h | 144 int16_t qmul[2][2]; member
|
D | mpegvideo_enc.c | 4031 int qmul, qadd, start_i, last_non_zero, i, dc; in dct_quantize_trellis_c() local 4356 int qmul, qadd, start_i, last_non_zero, i, dc; in dct_quantize_refine() local
|
D | mpeg4videodec.c | 1044 int level, i, last, run, qmul, qadd; in mpeg4_decode_block() local
|
/third_party/ffmpeg/libavcodec/alpha/ |
D | mpegvideo_alpha.c | 29 uint64_t qmul = qscale << 1; in dct_unquantize_h263_axp() local
|