Searched refs:intcomp (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddxva2_vc1.c42 int intcomp = 0; local
46 if ((v->fcm == ILACE_FRAME && v->intcomp) || (v->fcm != ILACE_FRAME && v->mv_mode == MV_PMODE_INTENSITY_COMP)) {
48 intcomp = 1;
87 (intcomp << 4) |
138 if (intcomp) {
147 if (intcomp) {
H A Dvc1.h358 int intcomp; member in struct:VC1Context
H A Dvc1.c1055 v->intcomp = get_bits1(gb);
1056 if (v->intcomp) {
1268 if (get_bits1(gb)) /* intcomp - present but shall always be 0 */
1270 v->intcomp = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1.h340 int intcomp; member in struct:VC1Context
H A Dvc1.c1003 v->intcomp = get_bits1(gb);
1004 if (v->intcomp) {

Completed in 115 milliseconds