Searched refs:bitplane (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 Dvaapi_vc1.c40 /** Check whether the MVTYPEMB bitplane is present */
51 /** Check whether the SKIPMB bitplane is present */
60 /** Check whether the DIRECTMB bitplane is present */
68 /** Check whether the ACPRED bitplane is present */
78 /** Check whether the OVERFLAGS bitplane is present */
132 static inline void vc1_pack_bitplanes(uint8_t *bitplane, int n, const uint8_t *ff_bp[3], int x, int y, int stride) argument
143 bitplane[bitplane_index] = (bitplane[bitplane_index] << 4) | v;
269 uint8_t *bitplane; local
299 bitplane
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvaapi_vc1.c40 /** Check whether the MVTYPEMB bitplane is present */
51 /** Check whether the SKIPMB bitplane is present */
60 /** Check whether the DIRECTMB bitplane is present */
68 /** Check whether the ACPRED bitplane is present */
78 /** Check whether the OVERFLAGS bitplane is present */
132 static inline void vc1_pack_bitplanes(uint8_t *bitplane, int n, const uint8_t *ff_bp[3], int x, int y, int stride) argument
143 bitplane[bitplane_index] = (bitplane[bitplane_index] << 4) | v;
269 uint8_t *bitplane; local
299 bitplane
[all...]

Completed in 79 milliseconds