Searched refs:topright_samples_available (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mb.c638 (h->topright_samples_available << i) & 0x4000, linesize);
642 (h->topright_samples_available << i) & 0x4000, linesize);
670 const int topright_avail = (h->topright_samples_available << i) & 0x8000;
H A Dh264_mvpred.h465 h->topright_samples_available = 0xEEEA;
470 h->topright_samples_available = 0x26EA;
502 h->topright_samples_available &= 0xFBFF;
H A Dh264.h399 unsigned int topright_samples_available; member in struct:H264Context
H A Dsvq3.c500 h->topright_samples_available = 0xFFFF;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_mvpred.h438 h->topright_samples_available= 0xEEEA;
443 h->topright_samples_available= 0x26EA;
475 h->topright_samples_available&= 0xFBFF;
H A Dh264.h292 unsigned int topright_samples_available; member in struct:H264Context
H A Dsvq3.c449 h->topright_samples_available = 0xFFFF;
H A Dh264.c1769 (h->topright_samples_available<<i)&0x4000, linesize);
1797 const int topright_avail= (h->topright_samples_available<<i)&0x8000;

Completed in 109 milliseconds