Searched defs:qmat (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | proresdsp.c | 67 …c 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() 73 …c 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()
|
D | mss34dsp.c | 48 void ff_mss34_gen_quant_mat(uint16_t *qmat, int quality, int luma) in ff_mss34_gen_quant_mat()
|
D | simple_idct.c | 240 void ff_prores_idct_10(int16_t *block, const int16_t *qmat) in ff_prores_idct_10() 256 void ff_prores_idct_12(int16_t *block, const int16_t *qmat) in ff_prores_idct_12()
|
D | proresenc_anatoliy.c | 228 #define QSCALE(qmat,ind,val) ((val) / ((qmat)[ind])) argument 245 int blocks_per_slice, int *qmat) in encode_dc_coeffs() 276 int16_t *in, int blocks_per_slice, int *qmat, const uint8_t ff_prores_scan[64]) in encode_ac_coeffs() 361 …e_plane(int16_t *blocks, int mb_count, uint8_t *buf, unsigned buf_size, int *qmat, int sub_sample_… in encode_slice_plane()
|
D | proresenc_kostya.c | 436 const uint8_t *scan, const int16_t *qmat) in encode_acs() 471 const int16_t *qmat) in encode_slice_plane() 564 uint16_t *qmat; in encode_slice() local 696 const uint8_t *scan, const int16_t *qmat) in estimate_acs() 734 const int16_t *qmat, ProresThreadData *td) in estimate_slice_plane() 821 uint16_t *qmat; in find_slice_quant() local
|
D | proresdec2.c | 520 const int16_t *qmat) in decode_slice_luma() 554 const int16_t *qmat, int log2_blocks_per_mb) in decode_slice_chroma()
|
D | dnxhdenc.c | 120 const int *qmat; in dnxhd_10bit_dct_quantize_444() local 179 const int *qmat = n<4 ? ctx->q_intra_matrix[qscale] : ctx->q_chroma_intra_matrix[qscale]; in dnxhd_10bit_dct_quantize() local
|
D | fic.c | 50 const uint8_t *qmat; member
|
D | mpegvideo_enc.c | 4013 const int *qmat; in dct_quantize_trellis_c() local 4701 const int *qmat; in ff_dct_quantize_c() local
|
D | vp8.h | 208 } qmat[4]; member
|
D | mss3.c | 97 uint16_t qmat[64]; member
|
D | g2meet.c | 226 const uint8_t *qmat = is_chroma ? chroma_quant : luma_quant; in jpg_decode_block() local
|
/third_party/ffmpeg/libavcodec/x86/ |
D | mpegvideoenc_template.c | 109 const uint16_t *qmat, *bias; in RENAME() local
|