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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhuffyuvdec.c616 static void decode_422_bitstream(HYuvContext *s, int count) function
983 decode_422_bitstream(s, width-2);
1013 decode_422_bitstream(s, width);
1034 decode_422_bitstream(s, width - 2);
1045 decode_422_bitstream(s, width);
1055 decode_422_bitstream(s, 4);
1064 decode_422_bitstream(s, width - 4);
1088 decode_422_bitstream(s, width);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dhuffyuv.c717 static void decode_422_bitstream(HYuvContext *s, int count){ function
1022 decode_422_bitstream(s, width-2);
1052 decode_422_bitstream(s, width);
1073 decode_422_bitstream(s, width-2);
1084 decode_422_bitstream(s, width);
1094 decode_422_bitstream(s, 4);
1103 decode_422_bitstream(s, width-4);
1127 decode_422_bitstream(s, width);

Completed in 114 milliseconds