Searched refs:log2_chroma_w (Results 1 - 25 of 90) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dpixdesc.c123 .log2_chroma_w = 1,
135 .log2_chroma_w = 1,
146 .log2_chroma_w = 0,
158 .log2_chroma_w = 0,
170 .log2_chroma_w = 1,
182 .log2_chroma_w = 0,
194 .log2_chroma_w = 2,
206 .log2_chroma_w = 2,
218 .log2_chroma_w = 0,
227 .log2_chroma_w
[all...]
H A Dpixdesc.h62 * chroma_width = -((-luma_width) >> log2_chroma_w)
66 uint8_t log2_chroma_w; ///< chroma_width = -((-luma_width )>>log2_chroma_w) member in struct:AVPixFmtDescriptor
H A Dimgutils.c58 s = (max_step_comp[plane] == 1 || max_step_comp[plane] == 2) ? desc->log2_chroma_w : 0;
83 int s = (max_step_comp[i] == 1 || max_step_comp[i] == 2) ? desc->log2_chroma_w : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dpixdesc.c137 .log2_chroma_w = 1,
149 .log2_chroma_w = 1,
160 .log2_chroma_w = 1,
171 .log2_chroma_w = 0,
183 .log2_chroma_w = 0,
195 .log2_chroma_w = 1,
207 .log2_chroma_w = 0,
219 .log2_chroma_w = 2,
231 .log2_chroma_w = 2,
243 .log2_chroma_w
[all...]
H A Dpixdesc.h64 * chroma_width = -((-luma_width) >> log2_chroma_w)
68 uint8_t log2_chroma_w; ///< chroma_width = -((-luma_width )>>log2_chroma_w) member in struct:AVPixFmtDescriptor
255 * Utility function to access log2_chroma_w log2_chroma_h from
264 * @param[out] h_shift store log2_chroma_w
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvsrc_testsrc.c859 px = x >> desc->log2_chroma_w;
860 pw = w >> desc->log2_chroma_w;
913 r_w = FFALIGN((test->w + 6) / 7, 1 << pixdesc->log2_chroma_w);
916 p_w = FFALIGN(r_w * 5 / 4, 1 << pixdesc->log2_chroma_w);
931 tmp = FFALIGN(5 * r_w - x, 1 << pixdesc->log2_chroma_w);
934 tmp = FFALIGN(r_w / 3, 1 << pixdesc->log2_chroma_w);
980 d_w = FFALIGN(test->w / 8, 1 << pixdesc->log2_chroma_w);
985 r_w = FFALIGN((((test->w + 3) / 4) * 3) / 7, 1 << pixdesc->log2_chroma_w);
1008 for (i = 0; i < tmp; i += 1 << pixdesc->log2_chroma_w) {
1016 draw_bar(test, yramp, x, y, 1 << pixdesc->log2_chroma_w, r_
[all...]
H A Dvf_zoompan.c150 var_values[VAR_HSUB] = 1 << desc->log2_chroma_w;
185 x &= ~((1 << desc->log2_chroma_w) - 1);
201 px[1] = px[2] = FF_CEIL_RSHIFT(x, desc->log2_chroma_w);
H A Dvf_pixdesctest.c62 const int cw = FF_CEIL_RSHIFT(w, priv->pix_desc->log2_chroma_w);
H A Dvf_hflip.c53 (desc->log2_chroma_w != desc->log2_chroma_h &&
66 const int hsub = pix_desc->log2_chroma_w;
H A Dvf_crop.c101 !((desc->log2_chroma_w || desc->log2_chroma_h) && !(desc->flags & AV_PIX_FMT_FLAG_PLANAR)))
148 s->var_values[VAR_HSUB] = 1<<pix_desc->log2_chroma_w;
159 s->hsub = pix_desc->log2_chroma_w;
H A Dvf_shuffleplanes.c63 if ((desc->log2_chroma_h || desc->log2_chroma_w) &&
H A Dvf_framepack.c147 length = -(-(dst->width / 2) >> s->pix_desc->log2_chroma_w);
186 length = -(-(dst->width) >> s->pix_desc->log2_chroma_w);
H A Dvf_transpose.c73 desc->log2_chroma_w != desc->log2_chroma_h))
107 trans->hsub = desc_in->log2_chroma_w;
H A Dvf_vidstabtransform.c163 fi_src.log2ChromaW != desc->log2_chroma_w ||
168 fi_src.log2ChromaW, desc->log2_chroma_w,
H A Dvf_histogram.c190 const int shift_w = (is_chroma ? h->desc->log2_chroma_w : 0);
252 const int dst_w = FF_CEIL_RSHIFT(outlink->w, (is_chroma ? h->desc->log2_chroma_w : 0));
H A Dvf_mergeplanes.c191 s->planewidth[2] = FF_CEIL_RSHIFT(outlink->w, s->outdesc->log2_chroma_w);
219 inputp->planewidth[2] = FF_CEIL_RSHIFT(inlink->w, indesc->log2_chroma_w);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dimgconvert.c413 *h_shift = av_pix_fmt_descriptors[pix_fmt].log2_chroma_w;
512 if (dst_desc->log2_chroma_w > src_desc->log2_chroma_w ||
587 if (desc->log2_chroma_w == 0 && desc->log2_chroma_h == 0) {
591 (desc->log2_chroma_w + desc->log2_chroma_h));
794 x_shift = av_pix_fmt_descriptors[pix_fmt].log2_chroma_w;
820 x_shift = i ? av_pix_fmt_descriptors[pix_fmt].log2_chroma_w : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimgconvert.c55 *h_shift = desc->log2_chroma_w;
217 x_shift = desc->log2_chroma_w;
252 x_shift = i ? desc->log2_chroma_w : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Ddrawutils.c33 int hsub = pix_desc->log2_chroma_w;
H A Dvf_drawbox.c81 drawbox->hsub = av_pix_fmt_descriptors[inlink->format].log2_chroma_w;
H A Dvf_fade.c90 fade->hsub = pixdesc->log2_chroma_w;
H A Dvf_hflip.c75 flip->hsub = av_pix_fmt_descriptors[inlink->format].log2_chroma_w;
H A Dvf_pixdesctest.c89 int w1 = c == 1 || c == 2 ? w>>priv->pix_desc->log2_chroma_w : w;
H A Dvsrc_color.c115 color->hsub = pix_desc->log2_chroma_w;
H A Dvf_scale.c157 var_values[VAR_HSUB] = 1<<av_pix_fmt_descriptors[inlink->format].log2_chroma_w;
243 scale->hsub = av_pix_fmt_descriptors[link->format].log2_chroma_w;

Completed in 206 milliseconds

1234