Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsnow.c78 frame->width += 2 * EDGE_WIDTH; in ff_snow_get_buffer()
79 frame->height += 2 * EDGE_WIDTH; in ff_snow_get_buffer()
85 int offset = (EDGE_WIDTH >> (i ? s->chroma_v_shift : 0)) * in ff_snow_get_buffer()
87 (EDGE_WIDTH >> (i ? s->chroma_h_shift : 0)); in ff_snow_get_buffer()
604 halfpel[1][p] = av_malloc_array(ls, (h + 2 * EDGE_WIDTH)); in halfpel_interpol()
605 halfpel[2][p] = av_malloc_array(ls, (h + 2 * EDGE_WIDTH)); in halfpel_interpol()
606 halfpel[3][p] = av_malloc_array(ls, (h + 2 * EDGE_WIDTH)); in halfpel_interpol()
613 halfpel[1][p] += EDGE_WIDTH * (1 + ls); in halfpel_interpol()
614 halfpel[2][p] += EDGE_WIDTH * (1 + ls); in halfpel_interpol()
615 halfpel[3][p] += EDGE_WIDTH * (1 + ls); in halfpel_interpol()
[all …]
Dmpegpicture.c111 pic->f->width = avctx->width + 2 * EDGE_WIDTH; in alloc_frame_buffer()
112 pic->f->height = avctx->height + 2 * EDGE_WIDTH; in alloc_frame_buffer()
133 int offset = (EDGE_WIDTH >> (i ? chroma_y_shift : 0)) * in alloc_frame_buffer()
135 (EDGE_WIDTH >> (i ? chroma_x_shift : 0)); in alloc_frame_buffer()
Dmpegpicture.h33 #define EDGE_WIDTH 16 macro
Ddiracdec.c1727 if (x + p->xblen > p->width +EDGE_WIDTH/2 || in mc_subpel()
1728 y + p->yblen > p->height+EDGE_WIDTH/2 || in mc_subpel()
1734 p->width+EDGE_WIDTH/2, p->height+EDGE_WIDTH/2); in mc_subpel()
1834 int i, edge = EDGE_WIDTH/2; in interpolate_refplane()
1976 f->width = avctx->width + 2 * EDGE_WIDTH; in get_buffer_with_edge()
1977 f->height = avctx->height + 2 * EDGE_WIDTH + 2; in get_buffer_with_edge()
1983 int offset = (EDGE_WIDTH >> (i && i<3 ? chroma_y_shift : 0)) * in get_buffer_with_edge()
Dsnowenc.c1594 EDGE_WIDTH >> hshift, EDGE_WIDTH >> vshift, in encode_frame()
1646 EDGE_WIDTH , EDGE_WIDTH , EDGE_TOP | EDGE_BOTTOM); in encode_frame()
1650EDGE_WIDTH>>s->chroma_h_shift, EDGE_WIDTH>>s->chroma_v_shift, EDGE_TOP | EDGE_BOTTOM); in encode_frame()
1653EDGE_WIDTH>>s->chroma_h_shift, EDGE_WIDTH>>s->chroma_v_shift, EDGE_TOP | EDGE_BOTTOM); in encode_frame()
Dmpegvideo_enc.c1727 EDGE_WIDTH, EDGE_WIDTH, in frame_end()
1733 EDGE_WIDTH >> hshift, in frame_end()
1734 EDGE_WIDTH >> vshift, in frame_end()
1740 EDGE_WIDTH >> hshift, in frame_end()
1741 EDGE_WIDTH >> vshift, in frame_end()