Home
last modified time | relevance | path

Searched refs:EDGE_WIDTH (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsnow.c78 frame->width += 2 * EDGE_WIDTH; in ff_snow_get_buffer()
79 frame->height += 2 * EDGE_WIDTH; in ff_snow_get_buffer()
88 int offset = (EDGE_WIDTH >> (i ? s->chroma_v_shift : 0)) * in ff_snow_get_buffer()
90 (EDGE_WIDTH >> (i ? s->chroma_h_shift : 0)); in ff_snow_get_buffer()
602 halfpel[1][p] = av_malloc_array(ls, (h + 2 * EDGE_WIDTH)); in halfpel_interpol()
603 halfpel[2][p] = av_malloc_array(ls, (h + 2 * EDGE_WIDTH)); in halfpel_interpol()
604 halfpel[3][p] = av_malloc_array(ls, (h + 2 * EDGE_WIDTH)); in halfpel_interpol()
611 halfpel[1][p] += EDGE_WIDTH * (1 + ls); in halfpel_interpol()
612 halfpel[2][p] += EDGE_WIDTH * (1 + ls); in halfpel_interpol()
613 halfpel[3][p] += EDGE_WIDTH * ( in halfpel_interpol()
[all...]
H A Dmpegpicture.c129 pic->f->width = avctx->width + 2 * EDGE_WIDTH; in alloc_frame_buffer()
130 pic->f->height = avctx->height + 2 * EDGE_WIDTH; in alloc_frame_buffer()
154 int offset = (EDGE_WIDTH >> (i ? chroma_y_shift : 0)) * in alloc_frame_buffer()
156 (EDGE_WIDTH >> (i ? chroma_x_shift : 0)); in alloc_frame_buffer()
H A Dmpegpicture.h34 #define EDGE_WIDTH 16 macro
H A Ddiracdec.c1728 if (x + p->xblen > p->width +EDGE_WIDTH/2 || in mc_subpel()
1729 y + p->yblen > p->height+EDGE_WIDTH/2 || in mc_subpel()
1735 p->width+EDGE_WIDTH/2, p->height+EDGE_WIDTH/2); in mc_subpel()
1835 int i, edge = EDGE_WIDTH/2; in interpolate_refplane()
1977 f->width = avctx->width + 2 * EDGE_WIDTH; in get_buffer_with_edge()
1978 f->height = avctx->height + 2 * EDGE_WIDTH + 2; in get_buffer_with_edge()
1984 int offset = (EDGE_WIDTH >> (i && i<3 ? chroma_y_shift : 0)) * in get_buffer_with_edge()
H A Dsnowenc.c1595 EDGE_WIDTH >> hshift, EDGE_WIDTH >> vshift, in encode_frame()
1635 EDGE_WIDTH , EDGE_WIDTH , EDGE_TOP | EDGE_BOTTOM); in encode_frame()
1639 EDGE_WIDTH>>s->chroma_h_shift, EDGE_WIDTH>>s->chroma_v_shift, EDGE_TOP | EDGE_BOTTOM); in encode_frame()
1642 EDGE_WIDTH>>s->chroma_h_shift, EDGE_WIDTH>>s->chroma_v_shift, EDGE_TOP | EDGE_BOTTOM); in encode_frame()
H A Dmpegvideo_enc.c1546 EDGE_WIDTH, EDGE_WIDTH, in frame_end()
1552 EDGE_WIDTH >> hshift, in frame_end()
1553 EDGE_WIDTH >> vshift, in frame_end()
1559 EDGE_WIDTH >> hshift, in frame_end()
1560 EDGE_WIDTH >> vshift, in frame_end()

Completed in 16 milliseconds