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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvp56.c352 if (x<0 || x+12>=s->plane_width[plane] ||
357 s->plane_width[plane],
468 s->plane_width[0] = s->plane_width[3] = avctx->coded_width;
469 s->plane_width[1] = s->plane_width[2] = avctx->coded_width/2;
H A Dvp56.h103 int plane_width[4]; member in struct:vp56_context
H A Dvp3.c1312 int plane_width = s->width >> !!plane; local
1328 for (x = 0; x < plane_width; x += 8, i++) {
1371 if(src_x<0 || src_y<0 || src_x + 9 >= plane_width || src_y + 9 >= plane_height){
1376 ff_emulated_edge_mc(temp, motion_source, stride, 9, 9, src_x, src_y, plane_width, plane_height);

Completed in 46 milliseconds