Home
last modified time | relevance | path

Searched refs:copy_block (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dc93.c72 static inline int copy_block(AVCodecContext *avctx, uint8_t *to, in copy_block() function
169 if ((ret = copy_block(avctx, out, copy_from, offset, 8, stride)) < 0) in decode_frame()
186 if ((ret = copy_block(avctx, &out[j*stride+i], in decode_frame()
Dh264qpel_template.c410 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
419 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
428 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
440 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
452 …FUNC(copy_block ## SIZE )(full, src - stride*2 + sizeof(pixel), SIZE*sizeof(pixel), stride, SIZE …
464 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
476 …FUNC(copy_block ## SIZE )(full, src - stride*2 + sizeof(pixel), SIZE*sizeof(pixel), stride, SIZE …
514 FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\
527 …FUNC(copy_block ## SIZE )(full, src - stride*2 + sizeof(pixel), SIZE*sizeof(pixel), stride, SIZE …
Dclearvideo.c224 static int copy_block(AVCodecContext *avctx, AVFrame *dst, AVFrame *src, in copy_block() function
423 ret = copy_block(avctx, dst, src, plane, x, y, dx, dy, size); in tile_do_block()
590 ret = copy_block(avctx, c->pic, c->prev, plane, x, y, mx, my, size); in clv_decode_frame()
Dsanm.c1014 static void copy_block(uint16_t *pdest, uint16_t *psrc, int block_size, ptrdiff_t pitch) in copy_block() function
1159 copy_block(ctx->frm0 + cx + ctx->pitch * cy, in codec2subblock()
1173 copy_block(ctx->frm0 + cx + ctx->pitch * cy, in codec2subblock()
1179 copy_block(ctx->frm0 + cx + ctx->pitch * cy, in codec2subblock()
/third_party/libwebsockets/win32port/zlib/
Dtrees.c160 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
882 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1222 local void copy_block(s, buf, len, header) in copy_block() function
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Ddeflate_stream.hpp644 BOOST_BEAST_DECL void copy_block (char *buf, unsigned len, int header);
Ddeflate_stream.ipp1289 copy_block(
1361 copy_block(buf, (unsigned)stored_len, 1); // with header
/third_party/boost/boost/beast/zlib/detail/
Ddeflate_stream.hpp644 BOOST_BEAST_DECL void copy_block (char *buf, unsigned len, int header);
Ddeflate_stream.ipp1289 copy_block(
1361 copy_block(buf, (unsigned)stored_len, 1); // with header