Searched refs:plane_height (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.c341 y<0 || y+12>=s->plane_height[plane]) {
346 s->plane_height[plane]);
460 s->plane_height[0] = s->plane_height[3] = avctx->coded_height;
461 s->plane_height[1] = s->plane_height[2] = avctx->coded_height/2;
H A Dvp56.h109 int plane_height[4]; member in struct:vp56_context
H A Dvp3.c1472 int plane_height = s->height >> (plane && s->chroma_y_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.c341 y<0 || y+12>=s->plane_height[plane]) {
347 s->plane_height[plane]);
464 s->plane_height[0] = s->plane_height[3] = avctx->coded_height;
465 s->plane_height[1] = s->plane_height[2] = avctx->coded_height/2;
H A Dvp56.h140 int plane_height[4]; member in struct:vp56_context
H A Dvp3.c1501 int plane_height = s->height >> (plane && s->chroma_y_shift); local
1575 src_y + 9 >= plane_height) {
1584 plane_height);

Completed in 121 milliseconds