Searched refs:pulse_swb (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 Daacdec.c911 int i, pulse_swb; local
913 pulse_swb = get_bits(gb, 6);
914 if (pulse_swb >= num_swb)
916 pulse->pos[0] = swb_offset[pulse_swb];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacdec.c1422 int i, pulse_swb; local
1424 pulse_swb = get_bits(gb, 6);
1425 if (pulse_swb >= num_swb)
1427 pulse->pos[0] = swb_offset[pulse_swb];

Completed in 83 milliseconds