Searched refs:vlc_index (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcook.c372 int i, j, vlc_index; local
377 vlc_index = i;
379 vlc_index -= p->js_subband_start;
381 vlc_index /= 2;
382 if (vlc_index < 1)
383 vlc_index = 1;
385 if (vlc_index > 13)
386 vlc_index = 13; // the VLC tables >13 are identical to No. 13
388 j = get_vlc2(&q->gb, q->envelope_quant_index[vlc_index - 1].table,
389 q->envelope_quant_index[vlc_index
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcook.c359 int i, j, vlc_index; local
364 vlc_index = i;
366 vlc_index -= p->js_subband_start;
368 vlc_index /= 2;
369 if (vlc_index < 1)
370 vlc_index = 1;
372 if (vlc_index > 13)
373 vlc_index = 13; // the VLC tables >13 are identical to No. 13
375 j = get_vlc2(&q->gb, q->envelope_quant_index[vlc_index - 1].table,
376 q->envelope_quant_index[vlc_index
[all...]

Completed in 98 milliseconds