Searched refs:h_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 248 av_pix_fmt_get_chroma_sub_sample(st->codecpar->format, &h_chroma_shift, in yuv4_write_packet() 251 width = AV_CEIL_RSHIFT(width, h_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() 1171 0x80, AV_CEIL_RSHIFT(frame->width, h_chroma_shift)); in gray_frame() 1173 0x80, AV_CEIL_RSHIFT(frame->width, h_chroma_shift)); 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() 1313 0x80, AV_CEIL_RSHIFT(avctx->width, h_chroma_shift)); in ff_mpv_frame_start() 1315 0x80, AV_CEIL_RSHIFT(avctx->width, h_chroma_shift)); 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() 216 0x80, AV_CEIL_RSHIFT(pic->f->width, h_chroma_shift)); in alloc_picture() 218 0x80, AV_CEIL_RSHIFT(pic->f->width, h_chroma_shift)); in alloc_picture()
|
D | mpegvideo_enc.c | 1256 int h_chroma_shift, v_chroma_shift; in load_input_picture() local 1258 &h_chroma_shift, in load_input_picture() 1264 int h_shift = i ? h_chroma_shift : 0; in load_input_picture()
|