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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibvpxdec.c87 if ((int) img->d_w != avctx->width || (int) img->d_h != avctx->height) {
89 avctx->width, avctx->height, img->d_w, img->d_h);
90 if (av_image_check_size(img->d_w, img->d_h, 0, avctx))
92 avcodec_set_dimensions(avctx, img->d_w, img->d_h);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibvpxdec.c91 if ((int) img->d_w != avctx->width || (int) img->d_h != avctx->height) {
93 avctx->width, avctx->height, img->d_w, img->d_h);
94 ret = ff_set_dimensions(avctx, img->d_w, img->d_h);
101 img->stride, avctx->pix_fmt, img->d_w, img->d_h);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvsrc_testsrc.c975 int d_w, r_w, r_h, l_w, i, tmp, x = 0, y = 0; local
980 d_w = FFALIGN(test->w / 8, 1 << pixdesc->log2_chroma_w);
982 draw_bar(test, gray40, x, 0, d_w, r_h, picref);
983 x += d_w;
993 draw_bar(test, cyan, 0, y, d_w, r_h, picref);
994 x = d_w;
1003 draw_bar(test, yellow, 0, y, d_w, r_h, picref);
1004 x = d_w;
1021 draw_bar(test, gray15, 0, y, d_w, test->h - y, picref);
1022 x = d_w;
[all...]

Completed in 133 milliseconds