Searched refs:vlc_index (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hqx.c | 171 int vlc_index = ctx->dcb - 9; in hqx_decode_422() local 174 ret = decode_block(gb, &ctx->dc_vlc[vlc_index], quants, in hqx_decode_422() 219 int vlc_index = ctx->dcb - 9; in hqx_decode_422a() local 220 ret = decode_block(gb, &ctx->dc_vlc[vlc_index], quants, in hqx_decode_422a() 255 int vlc_index = ctx->dcb - 9; in hqx_decode_444() local 258 ret = decode_block(gb, &ctx->dc_vlc[vlc_index], quants, in hqx_decode_444() 302 int vlc_index = ctx->dcb - 9; in hqx_decode_444a() local 303 ret = decode_block(gb, &ctx->dc_vlc[vlc_index], quants, in hqx_decode_444a()
|
H A D | cook.c | 387 int i, j, vlc_index; in decode_envelope() local 392 vlc_index = i; in decode_envelope() 394 vlc_index -= p->js_subband_start; in decode_envelope() 396 vlc_index /= 2; in decode_envelope() 397 if (vlc_index < 1) in decode_envelope() 398 vlc_index = 1; in decode_envelope() 400 if (vlc_index > 13) in decode_envelope() 401 vlc_index = 13; // the VLC tables >13 are identical to No. 13 in decode_envelope() 403 j = get_vlc2(&q->gb, q->envelope_quant_index[vlc_index - 1].table, in decode_envelope()
|
Completed in 4 milliseconds