Searched refs:effect_pcount2 (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 Dvc1dec.c4798 int effect_pcount1, effect_pcount2; ///< amount of effect parameters stored in effect_params member in struct:__anon2004
4882 sd->effect_pcount2 = get_bits(gb, 16);
4883 if (sd->effect_pcount2 > 10) {
4886 } else if (sd->effect_pcount2) {
4889 while (++i < sd->effect_pcount2) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1dec.c5263 int effect_pcount1, effect_pcount2; ///< amount of effect parameters stored in effect_params member in struct:__anon3239
5347 sd->effect_pcount2 = get_bits(gb, 16);
5348 if (sd->effect_pcount2 > 10) {
5351 } else if (sd->effect_pcount2) {
5354 while (++i < sd->effect_pcount2) {

Completed in 183 milliseconds