Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dcopy_block.h68 static inline void copy_block16(uint8_t *dst, const uint8_t *src, ptrdiff_t dstStride, ptrdiff_t srcStride, int h) in copy_block16() function
H A Dimm4.c280 copy_block16(frame->data[0] + y * frame->linesize[0] + x, in decode_inter()
327 copy_block16(frame->data[0] + y * frame->linesize[0] + x, in decode_inter()
H A Dqpeldsp.c462 copy_block16(full, src, 24, stride, 17); \
472 copy_block16(full, src, 24, stride, 17); \
482 copy_block16(full, src, 24, stride, 17); \
H A Dh264qpel_template.c63 static inline void FUNC(copy_block16)(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) in copy_block16() function
H A Dsanm.c1029 copy_block16(dst, src, stride, stride, 8); in copy_block()

Completed in 6 milliseconds