Lines Matching defs:bitplane
44 /** Check whether the MVTYPEMB bitplane is present */
56 /** Check whether the SKIPMB bitplane is present */
66 /** Check whether the DIRECTMB bitplane is present */
75 /** Check whether the ACPRED bitplane is present */
85 /** Check whether the OVERFLAGS bitplane is present */
97 /** Check whether the FIELDTX bitplane is present */
107 /** Check whether the FORWARDMB bitplane is present */
238 static inline void vc1_pack_bitplanes(uint8_t *bitplane, int n, const uint8_t *ff_bp[3], int x, int y, int stride)
249 bitplane[bitplane_index] = (bitplane[bitplane_index] << 4) | v;
391 uint8_t *bitplane;
396 bitplane = av_mallocz(size);
397 if (!bitplane) {
431 vc1_pack_bitplanes(bitplane, n, ff_bp, x, y, s->mb_stride);
433 bitplane[n/2] <<= 4;
437 bitplane, size);
438 av_free(bitplane);