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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp56.c340 if (x<0 || x+12>=s->plane_width[plane] ||
345 s->plane_width[plane],
458 s->plane_width[0] = s->plane_width[3] = avctx->coded_width;
459 s->plane_width[1] = s->plane_width[2] = avctx->coded_width/2;
H A Dvp56.h108 int plane_width[4]; member in struct:vp56_context
H A Dvp3.c1471 int plane_width = s->width >> (plane && s->chroma_x_shift); local
1539 if(src_x<0 || src_y<0 || src_x + 9 >= plane_width || src_y + 9 >= plane_height){
1543 s->dsp.emulated_edge_mc(temp, motion_source, stride, 9, 9, src_x, src_y, plane_width, plane_height);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp56.c340 if (x<0 || x+12>=s->plane_width[plane] ||
346 s->plane_width[plane],
462 s->plane_width[0] = s->plane_width[3] = avctx->coded_width;
463 s->plane_width[1] = s->plane_width[2] = avctx->coded_width/2;
H A Dvp56.h139 int plane_width[4]; member in struct:vp56_context
H A Dvp3.c1500 int plane_width = s->width >> (plane && s->chroma_x_shift); local
1574 src_x + 9 >= plane_width ||
1583 plane_width,

Completed in 199 milliseconds