Searched refs:log2_chroma_h (Results 1 - 25 of 111) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dpixdesc.c124 .log2_chroma_h = 1,
136 .log2_chroma_h = 0,
147 .log2_chroma_h = 0,
159 .log2_chroma_h = 0,
171 .log2_chroma_h = 0,
183 .log2_chroma_h = 0,
195 .log2_chroma_h = 2,
207 .log2_chroma_h = 0,
219 .log2_chroma_h = 0,
228 .log2_chroma_h
[all...]
H A Dpixdesc.h71 * chroma_height= -((-luma_height) >> log2_chroma_h)
75 uint8_t log2_chroma_h; member in struct:AVPixFmtDescriptor
H A Dimgutils.c122 int h, s = (i == 1 || i == 2) ? desc->log2_chroma_h : 0;
262 h= -((-height)>>desc->log2_chroma_h);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dpixdesc.c138 .log2_chroma_h = 1,
150 .log2_chroma_h = 0,
161 .log2_chroma_h = 0,
172 .log2_chroma_h = 0,
184 .log2_chroma_h = 0,
196 .log2_chroma_h = 0,
208 .log2_chroma_h = 0,
220 .log2_chroma_h = 2,
232 .log2_chroma_h = 0,
244 .log2_chroma_h
[all...]
H A Dpixdesc.h73 * chroma_height= -((-luma_height) >> log2_chroma_h)
77 uint8_t log2_chroma_h; member in struct:AVPixFmtDescriptor
255 * Utility function to access log2_chroma_w log2_chroma_h from
265 * @param[out] v_shift store log2_chroma_h
H A Dimgutils.c138 int h, s = (i == 1 || i == 2) ? desc->log2_chroma_h : 0;
310 h = FF_CEIL_RSHIFT(height, desc->log2_chroma_h);
373 int h, shift = (i == 1 || i == 2) ? desc->log2_chroma_h : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_pixdesctest.c66 h = i == 1 || i == 2 ? h>>priv->pix_desc->log2_chroma_h : h;
90 int h1 = c == 1 || c == 2 ? h>>priv->pix_desc->log2_chroma_h : h;
91 int y1 = c == 1 || c == 2 ? y>>priv->pix_desc->log2_chroma_h : y;
H A Dvf_vflip.c37 flip->vsub = av_pix_fmt_descriptors[link->format].log2_chroma_h;
H A Dvf_showinfo.c47 int i, plane, vsub = av_pix_fmt_descriptors[inlink->format].log2_chroma_h;
H A Dvf_slicify.c55 slice->vshift = av_pix_fmt_descriptors[link->format].log2_chroma_h;
H A Dvf_drawbox.c82 drawbox->vsub = av_pix_fmt_descriptors[inlink->format].log2_chroma_h;
H A Dvf_fade.c91 fade->vsub = pixdesc->log2_chroma_h;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.c36 int vshift = desc->log2_chroma_h;
H A Dsmvjpegdec.c68 h = FF_CEIL_RSHIFT(height, desc->log2_chroma_h);
144 if (desc && mjpeg_data->height % (s->frames_per_jpeg << desc->log2_chroma_h)) {
H A Dimgconvert.c56 *v_shift = desc->log2_chroma_h;
216 y_shift = desc->log2_chroma_h;
253 y_shift = i ? desc->log2_chroma_h : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_vflip.c41 flip->vsub = desc->log2_chroma_h;
H A Dvf_zoompan.c151 var_values[VAR_VSUB] = 1 << desc->log2_chroma_h;
193 y &= ~((1 << desc->log2_chroma_h) - 1);
204 py[1] = py[2] = FF_CEIL_RSHIFT(y, desc->log2_chroma_h);
H A Dvf_pixdesctest.c63 const int ch = FF_CEIL_RSHIFT(h, priv->pix_desc->log2_chroma_h);
H A Dvf_hflip.c53 (desc->log2_chroma_w != desc->log2_chroma_h &&
67 const int vsub = pix_desc->log2_chroma_h;
H A Dvf_crop.c101 !((desc->log2_chroma_w || desc->log2_chroma_h) && !(desc->flags & AV_PIX_FMT_FLAG_PLANAR)))
149 s->var_values[VAR_VSUB] = 1<<pix_desc->log2_chroma_h;
160 s->vsub = pix_desc->log2_chroma_h;
H A Dvf_tinterlace.c118 tinterlace->vsub = desc->log2_chroma_h;
136 int h = i == 1 || i == 2 ? FF_CEIL_RSHIFT(outlink->h, desc->log2_chroma_h) : outlink->h;
182 int plane, vsub = desc->log2_chroma_h;
H A Dvf_fieldorder.c57 desc->nb_components && !desc->log2_chroma_h &&
H A Dvf_shuffleplanes.c63 if ((desc->log2_chroma_h || desc->log2_chroma_w) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dimgconvert.c414 *v_shift = av_pix_fmt_descriptors[pix_fmt].log2_chroma_h;
459 int h, shift = (i == 1 || i == 2) ? desc->log2_chroma_h : 0;
513 dst_desc->log2_chroma_h > src_desc->log2_chroma_h)
587 if (desc->log2_chroma_w == 0 && desc->log2_chroma_h == 0) {
591 (desc->log2_chroma_w + desc->log2_chroma_h));
793 y_shift = av_pix_fmt_descriptors[pix_fmt].log2_chroma_h;
821 y_shift = i ? av_pix_fmt_descriptors[pix_fmt].log2_chroma_h : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Duncodedframecrcenc.c67 h = -((-h) >> desc->log2_chroma_h);

Completed in 106 milliseconds

12345