Searched refs:method_type (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 Dflacdec.c249 int i, tmp, partition, method_type, rice_order; local
252 method_type = get_bits(&s->gb, 2);
253 if (method_type > 1) {
255 method_type);
271 tmp = get_bits(&s->gb, method_type == 0 ? 4 : 5);
272 if (tmp == (method_type == 0 ? 15 : 31)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflacdec.c210 int i, tmp, partition, method_type, rice_order; local
214 method_type = get_bits(&s->gb, 2);
215 if (method_type > 1) {
217 method_type);
236 rice_bits = 4 + method_type;

Completed in 165 milliseconds