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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpcm.c72 #define ENCODE_PLANAR(type, endian, dst, n, shift, offset) \ macro
115 ENCODE_PLANAR(int32_t, le24, dst, n, 8, 0)
145 ENCODE_PLANAR(uint8_t, byte, dst, n, 0, -128)
156 ENCODE_PLANAR(int32_t, le32, dst, n, 0, 0)
162 ENCODE_PLANAR(int16_t, le16, dst, n, 0, 0)
180 ENCODE_PLANAR(int16_t, be16, dst, n, 0, 0)

Completed in 12 milliseconds