Searched refs:coded_ac_scale_factor (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 Dvp3.c175 uint32_t coded_ac_scale_factor[64]; member in struct:Vp3DecodeContext
353 int ac_scale_factor = s->coded_ac_scale_factor[s->qps[qpi]];
1726 s->coded_ac_scale_factor[i] = vp31_ac_scale_factor[i];
2225 s->coded_ac_scale_factor[i] = get_bits(gb, n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c183 uint32_t coded_ac_scale_factor[64]; member in struct:Vp3DecodeContext
369 int ac_scale_factor = s->coded_ac_scale_factor[s->qps[qpi]];
1790 s->coded_ac_scale_factor[i] = vp31_ac_scale_factor[i];
2345 s->coded_ac_scale_factor[i] = get_bits(gb, n);

Completed in 100 milliseconds