Searched refs:src_wrap (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideoencdsp.c | 147 const uint8_t *src, int src_wrap, in shrink22() 156 s2 = s1 + src_wrap; in shrink22() 173 src += 2 * src_wrap; in shrink22() 180 const uint8_t *src, int src_wrap, in shrink44() 189 s2 = s1 + src_wrap; in shrink44() 190 s3 = s2 + src_wrap; in shrink44() 191 s4 = s3 + src_wrap; in shrink44() 204 src += 4 * src_wrap; in shrink44() 211 const uint8_t *src, int src_wrap, in shrink88() 222 src += src_wrap; in shrink88() 146 shrink22(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) shrink22() argument 179 shrink44(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) shrink44() argument 210 shrink88(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) shrink88() argument [all...] |
H A D | mpegvideoencdsp.h | 41 int src_wrap, int width, int height);
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_composite.c | 463 unsigned src_wrap = xa_repeat_to_gallium(src_pic->wrap); in bind_samplers() local 468 src_sampler.wrap_s = src_wrap; in bind_samplers() 469 src_sampler.wrap_t = src_wrap; in bind_samplers()
|
Completed in 2 milliseconds