Home
last modified time | relevance | path

Searched refs:dst_wrap (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideoencdsp.c146 static void shrink22(uint8_t *dst, int dst_wrap, in shrink22() argument
174 dst += dst_wrap; in shrink22()
179 static void shrink44(uint8_t *dst, int dst_wrap, in shrink44() argument
205 dst += dst_wrap; in shrink44()
210 static void shrink88(uint8_t *dst, int dst_wrap, in shrink88() argument
228 dst += dst_wrap - width; in shrink88()
Dmpegvideoencdsp.h40 void (*shrink[4])(uint8_t *dst, int dst_wrap, const uint8_t *src,