Searched refs:quants (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hqx.c | 45 /* macroblock selects a group of 4 possible quants and 116 const int *quants, int dcb, in decode_block() 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 115 decode_block(GetBitContext *gb, VLC *vlc, const int *quants, int dcb, int16_t block[64], int *last_dc) decode_block() argument 278 const int *quants; hqx_decode_444a() local [all...] |
H A 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()
|
H A D | vc2enc.c | 558 uint8_t quants[MAX_DWT_LEVELS][4]; in count_hq_slice() local 570 quants[level][orientation] = FFMAX(quant_idx - s->quant[level][orientation], 0); in count_hq_slice() 580 const int q_idx = quants[level][orientation]; in count_hq_slice() 732 uint8_t quants[MAX_DWT_LEVELS][4]; in encode_hq_slice() local 744 quants[level][orientation] = FFMAX(quant_idx - s->quant[level][orientation], 0); in encode_hq_slice() 755 quants[level][orientation]); in encode_hq_slice()
|
H A D | proresenc_kostya.c | 235 int16_t quants[MAX_STORED_Q][64]; member 513 // todo alpha quantisation for high quants 565 qmat = ctx->quants[0]; in encode_slice() 568 qmat = ctx->quants[quant]; in encode_slice() 867 ctx->quants[q], td); /* estimate luma plane */ in find_slice_quant() 890 qmat = ctx->quants[q]; in find_slice_quant() 1271 ctx->quants[i][j] = ctx->quant_mat[j] * i; in encode_init() 1306 ctx->quants[0][j] = ctx->quant_mat[j] * ctx->force_quant; in encode_init() 1308 ls += av_log2((1 << 11) / ctx->quants[0][j]) * 2 + 1; in encode_init()
|
Completed in 6 milliseconds