/third_party/ffmpeg/libavcodec/ |
H A D | mss34dsp.c | 48 void ff_mss34_gen_quant_mat(uint16_t *qmat, int quality, int luma) in ff_mss34_gen_quant_mat() argument
|
H A D | proresdsp.c | 67 static void prores_idct_put_10_c(uint16_t *out, ptrdiff_t linesize, int16_t *block, const int16_t *qmat) in prores_idct_put_10_c() argument 73 static void prores_idct_put_12_c(uint16_t *out, ptrdiff_t linesize, int16_t *block, const int16_t *qmat) in prores_idct_put_12_c() argument
|
H A D | simple_idct.c | 239 void ff_prores_idct_10(int16_t *block, const int16_t *qmat) in ff_prores_idct_10() argument 255 void ff_prores_idct_12(int16_t *block, const int16_t *qmat) in ff_prores_idct_12() argument
|
H A D | fic.c | 51 const uint8_t *qmat; member
|
H A D | proresdec2.c | 543 decode_slice_luma(AVCodecContext *avctx, SliceContext *slice, uint16_t *dst, int dst_stride, const uint8_t *buf, unsigned buf_size, const int16_t *qmat) decode_slice_luma() argument 577 decode_slice_chroma(AVCodecContext *avctx, SliceContext *slice, uint16_t *dst, int dst_stride, const uint8_t *buf, unsigned buf_size, const int16_t *qmat, int log2_blocks_per_mb) decode_slice_chroma() argument
|
H A D | dnxhdenc.c | 123 const int *qmat; in dnxhd_10bit_dct_quantize_444() local 182 const int *qmat = n<4 ? ctx->q_intra_matrix[qscale] : ctx->q_chroma_intra_matrix[qscale]; in dnxhd_10bit_dct_quantize() local
|
H A D | mss3.c | 98 uint16_t qmat[64]; member
|
H A D | vp8.h | 208 } qmat[4]; member
|
H A D | g2meet.c | 228 const uint8_t *qmat = is_chroma ? chroma_quant : luma_quant; in jpg_decode_block() local
|
H A D | proresenc_kostya.c | 556 uint16_t *qmat; in encode_slice() local 434 encode_acs(PutBitContext *pb, int16_t *blocks, int blocks_per_slice, int plane_size_factor, const uint8_t *scan, const int16_t *qmat) encode_acs() argument 468 encode_slice_plane(ProresContext *ctx, PutBitContext *pb, const uint16_t *src, ptrdiff_t linesize, int mbs_per_slice, int16_t *blocks, int blocks_per_mb, int plane_size_factor, const int16_t *qmat) encode_slice_plane() argument 680 estimate_acs(int *error, int16_t *blocks, int blocks_per_slice, int plane_size_factor, const uint8_t *scan, const int16_t *qmat) estimate_acs() argument 716 estimate_slice_plane(ProresContext *ctx, int *error, int plane, const uint16_t *src, ptrdiff_t linesize, int mbs_per_slice, int blocks_per_mb, int plane_size_factor, const int16_t *qmat, ProresThreadData *td) estimate_slice_plane() argument 807 uint16_t *qmat; find_slice_quant() local [all...] |
H A D | proresenc_anatoliy.c | 363 static int encode_slice_plane(int16_t *blocks, int mb_count, uint8_t *buf, unsigned buf_size, int *qmat, int sub_sample_chroma, in encode_slice_plane() argument 246 encode_dc_coeffs(PutBitContext *pb, int16_t *in, int blocks_per_slice, int *qmat) encode_dc_coeffs() argument 277 encode_ac_coeffs(PutBitContext *pb, int16_t *in, int blocks_per_slice, int *qmat, const uint8_t ff_prores_scan[64]) encode_ac_coeffs() argument [all...] |
H A D | mpegvideo_enc.c | 108 void ff_convert_matrix(MpegEncContext *s, int (*qmat)[64], in ff_convert_matrix() argument 3789 const int *qmat; in dct_quantize_trellis_c() local 4477 const int *qmat; ff_dct_quantize_c() local [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mpegvideoenc_template.c | 99 const uint16_t *qmat, *bias; in dct_quantize() local [all...] |