Searched refs:quants (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hqx.c | 116 const int *quants, int dcb, in decode_block() argument 129 q = quants[get_bits(gb, 2)]; in decode_block() 158 const int *quants; in hqx_decode_422() local 168 quants = hqx_quants[get_bits(gb, 4)]; in hqx_decode_422() 174 ret = decode_block(gb, &ctx->dc_vlc[vlc_index], quants, in hqx_decode_422() 192 const int *quants; in hqx_decode_422a() local 208 quants = hqx_quants[get_bits(gb, 4)]; in hqx_decode_422a() 220 ret = decode_block(gb, &ctx->dc_vlc[vlc_index], quants, in hqx_decode_422a() 242 const int *quants; in hqx_decode_444() local 252 quants = hqx_quants[get_bits(gb, 4)]; in hqx_decode_444() [all …]
|
D | proresenc_kostya.c | 234 int16_t quants[MAX_STORED_Q][64]; member 573 qmat = ctx->quants[0]; in encode_slice() 576 qmat = ctx->quants[quant]; in encode_slice() 881 ctx->quants[q], td); /* estimate luma plane */ in find_slice_quant() 904 qmat = ctx->quants[q]; in find_slice_quant() 1292 ctx->quants[i][j] = ctx->quant_mat[j] * i; in encode_init() 1333 ctx->quants[0][j] = ctx->quant_mat[j] * ctx->force_quant; in encode_init() 1335 ls += av_log2((1 << 11) / ctx->quants[0][j]) * 2 + 1; in encode_init()
|
D | aacenc_quantization.h | 88 int *quants = s->qcoefs + i; in quantize_and_encode_band_cost_template() local 94 curidx += quants[j] + off; in quantize_and_encode_band_cost_template()
|
D | vc2enc.c | 556 uint8_t quants[MAX_DWT_LEVELS][4]; in count_hq_slice() local 568 quants[level][orientation] = FFMAX(quant_idx - s->quant[level][orientation], 0); in count_hq_slice() 578 const int q_idx = quants[level][orientation]; in count_hq_slice() 730 uint8_t quants[MAX_DWT_LEVELS][4]; in encode_hq_slice() local 742 quants[level][orientation] = FFMAX(quant_idx - s->quant[level][orientation], 0); in encode_hq_slice() 753 quants[level][orientation]); in encode_hq_slice()
|