Home
last modified time | relevance | path

Searched refs:copy_block (Results 1 – 6 of 6) 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/cups-filters/fontembed/
Dsfnt_subset.c260 static int copy_block(FILE *f,long pos,int length,OUTPUT_FN output,void *context) // {{{ in copy_block() function
305 return copy_block(otf->f,table->offset,table->length,output,context); in otf_cff_extract()
/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