Searched refs:h_shift (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dpixdesc.h264 * @param[out] h_shift store log2_chroma_w
270 int *h_shift, int *v_shift);
H A Dpixdesc.c2004 int *h_shift, int *v_shift)
2009 *h_shift = desc->log2_chroma_w;
2003 av_pix_fmt_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibschroedinger.c126 p_frame->components[i].h_shift =
H A Dimgconvert.c411 void avcodec_get_chroma_sub_sample(enum PixelFormat pix_fmt, int *h_shift, int *v_shift) argument
413 *h_shift = av_pix_fmt_descriptors[pix_fmt].log2_chroma_w;
H A Dutils.c451 const int h_shift= i==0 ? 0 : h_chroma_shift; local
464 buf->data[i] = buf->base[i] + FFALIGN((buf->linesize[i]*EDGE_WIDTH>>v_shift) + (pixel_size*EDGE_WIDTH>>h_shift), stride_align[i]);
H A Davcodec.h3684 void avcodec_get_chroma_sub_sample(enum PixelFormat pix_fmt, int *h_shift, int *v_shift);
H A Dmpegvideo_enc.c1036 int h_shift = i ? h_chroma_shift : 0; local
1038 int w = s->width >> h_shift;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibschroedinger.c216 p_frame->components[i].h_shift =
H A Dimgconvert.c51 void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift) argument
55 *h_shift = desc->log2_chroma_w;
H A Davcodec.h4739 * @param[out] h_shift store log2_chroma_w
4745 void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift);
H A Dmpegvideo_enc.c1140 int h_shift = i ? h_chroma_shift : 0; local
1142 int w = s->width >> h_shift;
1170 16>>h_shift,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2683 void avcodec_get_chroma_sub_sample(int pix_fmt, int *h_shift, int *v_shift);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c454 const int h_shift = i==0 ? 0 : h_chroma_shift; local
461 (pixel_size*edge >> h_shift), 32);

Completed in 298 milliseconds