Searched refs:h_shift (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | imgconvert.c | 38 void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift) in avcodec_get_chroma_sub_sample() argument 42 *h_shift = desc->log2_chroma_w; in avcodec_get_chroma_sub_sample()
|
D | utvideodec.c | 886 int h_shift, v_shift; in decode_init() local 995 av_pix_fmt_get_chroma_sub_sample(avctx->pix_fmt, &h_shift, &v_shift); in decode_init() 996 if ((avctx->width & ((1<<h_shift)-1)) || in decode_init()
|
D | avcodec.h | 3828 void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift);
|
D | mpegvideo_enc.c | 1264 int h_shift = i ? h_chroma_shift : 0; in load_input_picture() local 1266 int w = s->width >> h_shift; in load_input_picture() 1294 16 >> h_shift, in load_input_picture()
|
/third_party/ffmpeg/libavutil/ |
D | pixdesc.h | 241 int *h_shift, int *v_shift);
|
D | pixdesc.c | 2602 int *h_shift, int *v_shift) in av_pix_fmt_get_chroma_sub_sample() argument 2607 *h_shift = desc->log2_chroma_w; in av_pix_fmt_get_chroma_sub_sample()
|