Searched refs:filter_limit (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c412 int filter_limit; local
416 filter_limit = s->filter_limit_values[s->qps[0]];
417 av_assert0(filter_limit < 128U);
421 for (x = 0; x < filter_limit; x++) {
425 for (x = value = filter_limit; x < 128 && value; x++, value--) {
431 bounding_values[129] = bounding_values[130] = filter_limit * 0x02020202;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c394 int filter_limit; local
398 filter_limit = s->filter_limit_values[s->qps[0]];
402 for (x = 0; x < filter_limit; x++) {
406 for (x = value = filter_limit; x < 128 && value; x++, value--) {
412 bounding_values[129] = bounding_values[130] = filter_limit * 0x02020202;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvp3dsp.asm48 ; this is off by one or two for some cases when filter_limit is greater than 63
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dvp3dsp.asm50 ; this is off by one or two for some cases when filter_limit is greater than 63

Completed in 70 milliseconds