Searched refs:chroma_width (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_softpulldown.c73 mpi->chroma_width,
79 mpi->chroma_width,
93 mpi->chroma_width, mpi->chroma_height/2,
97 mpi->chroma_width, mpi->chroma_height/2,
113 mpi->chroma_width,
119 mpi->chroma_width,
H A Dmp_image.c44 mpi->chroma_width*mpi->chroma_height);
52 mpi->stride[1]=mpi->stride[2]=bpp*mpi->chroma_width;
68 mpi->stride[1]=mpi->chroma_width;
94 memcpy_pic(dmpi->planes[1],mpi->planes[1], mpi->chroma_width, mpi->chroma_height,
96 memcpy_pic(dmpi->planes[2], mpi->planes[2], mpi->chroma_width, mpi->chroma_height,
153 mpi->chroma_width = mpi->width >> mpi->chroma_x_shift;
228 mpi->chroma_width=(mpi->width>>0);
H A Dmp_image.h142 int chroma_width; member in struct:mp_image
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Divi_common.h206 uint16_t chroma_width; member in struct:IVIPicConfig
280 str1->chroma_width != str2->chroma_width || str1->chroma_height != str2->chroma_height ||
H A Dindeo3.c168 int p, chroma_width, chroma_height; local
182 chroma_width = FFALIGN(luma_width >> 2, 4);
186 chroma_pitch = FFALIGN(chroma_width, 16);
199 ctx->planes[p].width = !p ? luma_width : chroma_width;
H A Dindeo5.c105 pic_conf.chroma_width = (pic_conf.pic_width + 3) >> 2;
654 ctx->pic_conf.chroma_width = (avctx->width + 3) >> 2;
H A Dffv1dec.c434 const int chroma_width = FF_CEIL_RSHIFT(width, f->chroma_h_shift); local
441 decode_plane(fs, p->data[1] + ps*cx+cy*p->linesize[1], chroma_width, chroma_height, p->linesize[1], 1);
442 decode_plane(fs, p->data[2] + ps*cx+cy*p->linesize[2], chroma_width, chroma_height, p->linesize[2], 1);
H A Dffv1enc.c1135 const int chroma_width = FF_CEIL_RSHIFT(width, f->chroma_h_shift); local
1143 ret |= encode_plane(fs, p->data[1] + ps*cx+cy*p->linesize[1], chroma_width, chroma_height, p->linesize[1], 1);
1144 ret |= encode_plane(fs, p->data[2] + ps*cx+cy*p->linesize[2], chroma_width, chroma_height, p->linesize[2], 1);
H A Dindeo4.c182 pic_conf.chroma_width = (pic_conf.pic_width + 3) >> 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Divi_common.h191 uint16_t chroma_width; member in struct:__anon1938
259 str1->chroma_width != str2->chroma_width || str1->chroma_height != str2->chroma_height ||
H A Dindeo3.c153 int p, luma_width, luma_height, chroma_width, chroma_height; local
167 chroma_width = FFALIGN(luma_width >> 2, 4);
171 chroma_pitch = FFALIGN(chroma_width, 16);
184 ctx->planes[p].width = !p ? luma_width : chroma_width;
H A Dindeo5.c106 pic_conf.chroma_width = (pic_conf.pic_width + 3) >> 2;
609 ctx->pic_conf.chroma_width = (avctx->width + 3) >> 2;
H A Dffv1.c1066 const int chroma_width = -((-width )>>f->chroma_h_shift); local
1073 encode_plane(fs, p->data[1] + cx+cy*p->linesize[1], chroma_width, chroma_height, p->linesize[1], 1);
1074 encode_plane(fs, p->data[2] + cx+cy*p->linesize[2], chroma_width, chroma_height, p->linesize[2], 1);
1391 const int chroma_width = -((-width )>>f->chroma_h_shift); local
1397 decode_plane(fs, p->data[1] + cx+cy*p->linesize[1], chroma_width, chroma_height, p->linesize[1], 1);
1398 decode_plane(fs, p->data[2] + cx+cy*p->linesize[1], chroma_width, chroma_height, p->linesize[2], 1);
H A Dindeo4.c197 pic_conf.chroma_width = (pic_conf.pic_width + 3) >> 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_mp.c388 mpi->width=w2; mpi->chroma_width=(w2 + (1<<mpi->chroma_x_shift) - 1)>>mpi->chroma_x_shift;
422 mpi->chroma_width=(w2 + (1<<mpi->chroma_x_shift) - 1)>>mpi->chroma_x_shift;
448 mpi->chroma_width, mpi->chroma_height, mpi->chroma_x_shift, mpi->chroma_y_shift);

Completed in 278 milliseconds