Home
last modified time | relevance | path

Searched refs:h_chroma_shift (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideo_dec.c258 int h_chroma_shift, v_chroma_shift; in gray_frame() local
260 av_pix_fmt_get_chroma_sub_sample(frame->format, &h_chroma_shift, &v_chroma_shift); in gray_frame()
266 0x80, AV_CEIL_RSHIFT(frame->width, h_chroma_shift)); in gray_frame()
268 0x80, AV_CEIL_RSHIFT(frame->width, h_chroma_shift)); in gray_frame()
373 int h_chroma_shift, v_chroma_shift; in ff_mpv_frame_start() local
375 &h_chroma_shift, &v_chroma_shift); in ff_mpv_frame_start()
407 0x80, AV_CEIL_RSHIFT(avctx->width, h_chroma_shift)); in ff_mpv_frame_start()
409 0x80, AV_CEIL_RSHIFT(avctx->width, h_chroma_shift)); in ff_mpv_frame_start()
Dh264_slice.c222 int h_chroma_shift, v_chroma_shift; in alloc_picture() local
224 &h_chroma_shift, &v_chroma_shift); in alloc_picture()
228 0x80, AV_CEIL_RSHIFT(pic->f->width, h_chroma_shift)); in alloc_picture()
230 0x80, AV_CEIL_RSHIFT(pic->f->width, h_chroma_shift)); in alloc_picture()
Dmpegvideo_enc.c1080 int h_chroma_shift, v_chroma_shift; in load_input_picture() local
1082 &h_chroma_shift, in load_input_picture()
1088 int h_shift = i ? h_chroma_shift : 0; in load_input_picture()