Home
last modified time | relevance | path

Searched refs:v_chroma_shift (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A 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()
264 for (int i = 0; i < AV_CEIL_RSHIFT(frame->height, v_chroma_shift); i++) { 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()
405 for (int i = 0; i < AV_CEIL_RSHIFT(avctx->height, v_chroma_shift); i++) { in ff_mpv_frame_start()
H A Dh264_slice.c222 int h_chroma_shift, v_chroma_shift; in alloc_picture() local
224 &h_chroma_shift, &v_chroma_shift); in alloc_picture()
226 for(i=0; i<AV_CEIL_RSHIFT(pic->f->height, v_chroma_shift); i++) { in alloc_picture()
H A Dmpegvideo_enc.c1080 int h_chroma_shift, v_chroma_shift; in load_input_picture() local
1083 &v_chroma_shift); in load_input_picture()
1089 int v_shift = i ? v_chroma_shift : 0; in load_input_picture()

Completed in 11 milliseconds