Searched refs:v_chroma_shift (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | yuv4mpegenc.c | 188 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/ |
D | mpegvideo.c | 1163 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()
|
D | h264_slice.c | 210 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()
|
D | mpegvideo_enc.c | 1256 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()
|