Searched refs:quants (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hqx.c | 116 const int *quants, int dcb, in decode_block() argument 131 q = quants[get_bits(gb, 2)]; in decode_block() 160 const int *quants; in hqx_decode_422() local 170 quants = hqx_quants[get_bits(gb, 4)]; in hqx_decode_422() 176 ret = decode_block(gb, &ctx->dc_vlc[vlc_index], quants, in hqx_decode_422() 194 const int *quants; in hqx_decode_422a() local 210 quants = hqx_quants[get_bits(gb, 4)]; in hqx_decode_422a() 222 ret = decode_block(gb, &ctx->dc_vlc[vlc_index], quants, in hqx_decode_422a() 244 const int *quants; in hqx_decode_444() local 254 quants = hqx_quants[get_bits(gb, 4)]; in hqx_decode_444() [all …]
|
D | proresenc_kostya.c | 233 int16_t quants[MAX_STORED_Q][64]; member 572 qmat = ctx->quants[0]; in encode_slice() 575 qmat = ctx->quants[quant]; in encode_slice() 880 ctx->quants[q], td); /* estimate luma plane */ in find_slice_quant() 903 qmat = ctx->quants[q]; in find_slice_quant() 1291 ctx->quants[i][j] = ctx->quant_mat[j] * i; in encode_init() 1332 ctx->quants[0][j] = ctx->quant_mat[j] * ctx->force_quant; in encode_init() 1334 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()
|
/third_party/gstreamer/gstplugins_bad/docs/plugins/ |
D | gst-plugins-bad-plugins.args | 19012 <NAME>GstDiracEnc::multi-quants</NAME>
|