Home
last modified time | relevance | path

Searched refs:v_chroma_shift (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dyuv4mpegenc.c188 int width, height, h_chroma_shift, v_chroma_shift; in yuv4_write_packet() local
249 &v_chroma_shift); in yuv4_write_packet()
252 height = AV_CEIL_RSHIFT(height, v_chroma_shift); in yuv4_write_packet()
/third_party/ffmpeg/libavcodec/
Dmpegvideo.c1163 int i, h_chroma_shift, v_chroma_shift; in gray_frame() local
1165 av_pix_fmt_get_chroma_sub_sample(frame->format, &h_chroma_shift, &v_chroma_shift); in gray_frame()
1169 for(i=0; i<AV_CEIL_RSHIFT(frame->height, v_chroma_shift); i++) { in gray_frame()
1279 int h_chroma_shift, v_chroma_shift; in ff_mpv_frame_start() local
1281 &h_chroma_shift, &v_chroma_shift); in ff_mpv_frame_start()
1311 for(i=0; i<AV_CEIL_RSHIFT(avctx->height, v_chroma_shift); i++) { in ff_mpv_frame_start()
Dh264_slice.c210 int h_chroma_shift, v_chroma_shift; in alloc_picture() local
212 &h_chroma_shift, &v_chroma_shift); in alloc_picture()
214 for(i=0; i<AV_CEIL_RSHIFT(pic->f->height, v_chroma_shift); i++) { in alloc_picture()
Dmpegvideo_enc.c1256 int h_chroma_shift, v_chroma_shift; in load_input_picture() local
1259 &v_chroma_shift); in load_input_picture()
1265 int v_shift = i ? v_chroma_shift : 0; in load_input_picture()