Searched refs:QDM2_SB_USED (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 Dqdm2.c64 #define QDM2_SB_USED(sub_sampling) (((sub_sampling) >= 2) ? 30 : 8 << (sub_sampling)) macro
450 n = coeff_per_sb_for_avg[q->coeff_per_sb_select][QDM2_SB_USED(q->sub_sampling) - 1] + 1;
568 sb_used = QDM2_SB_USED(q->sub_sampling);
1028 n = QDM2_SB_USED(q->sub_sampling) - 4;
1042 n = QDM2_SB_USED(q->sub_sampling) - 5;
1066 n = coeff_per_sb_for_avg[q->coeff_per_sb_select][QDM2_SB_USED(q->sub_sampling) - 1] + 1; // same as averagesomething function
1149 synthfilt_build_sb_samples(q, &gb, length, 8, QDM2_SB_USED(q->sub_sampling));
1619 sb_used = QDM2_SB_USED(q->sub_sampling);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdm2.c65 #define QDM2_SB_USED(sub_sampling) (((sub_sampling) >= 2) ? 30 : 8 << (sub_sampling)) macro
483 n = coeff_per_sb_for_avg[q->coeff_per_sb_select][QDM2_SB_USED(q->sub_sampling) - 1] + 1;
619 sb_used = QDM2_SB_USED(q->sub_sampling);
1106 n = QDM2_SB_USED(q->sub_sampling) - 4;
1120 n = QDM2_SB_USED(q->sub_sampling) - 5;
1144 n = coeff_per_sb_for_avg[q->coeff_per_sb_select][QDM2_SB_USED(q->sub_sampling) - 1] + 1;
1237 synthfilt_build_sb_samples(q, &gb, length, 8, QDM2_SB_USED(q->sub_sampling));
1720 sb_used = QDM2_SB_USED(q->sub_sampling);

Completed in 40 milliseconds