Searched refs:start_sub (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 Dac3enc.c1419 int start_sub, end_sub; local
1428 start_sub = (s->start_freq[CPL_CH] - 37) / 12;
1430 put_bits(&s->pb, 4, start_sub);
1436 for (bnd = start_sub+1; bnd < end_sub; bnd++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc.c1414 int start_sub, end_sub; local
1423 start_sub = (s->start_freq[CPL_CH] - 37) / 12;
1425 put_bits(&s->pb, 4, start_sub);
1431 for (bnd = start_sub+1; bnd < end_sub; bnd++)

Completed in 51 milliseconds