Lines Matching refs:EDGE_WIDTH
78 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()
655 …av_free(s->halfpel_plane[s->max_ref_frames-1][1+i/3][i%3] - EDGE_WIDTH*(1+s->current_picture->line… in ff_snow_release_buffer()