/third_party/ffmpeg/libavcodec/ |
D | ivi.h | 206 uint16_t chroma_height; member 277 str1->chroma_width != str2->chroma_width || str1->chroma_height != str2->chroma_height || in ivi_pic_config_cmp()
|
D | h264_mb.c | 384 int chroma_height; in mc_part_weighted() local 388 chroma_height = height; in mc_part_weighted() 394 chroma_height = height; in mc_part_weighted() 398 chroma_height = height >> 1; in mc_part_weighted() 430 chroma_height, 5, weight0, weight1, 0); in mc_part_weighted() 432 chroma_height, 5, weight0, weight1, 0); in mc_part_weighted() 442 chroma_weight_avg(dest_cb, tmp_cb, sl->mb_uvlinesize, chroma_height, in mc_part_weighted() 448 chroma_weight_avg(dest_cr, tmp_cr, sl->mb_uvlinesize, chroma_height, in mc_part_weighted() 470 chroma_weight_op(dest_cb, sl->mb_uvlinesize, chroma_height, in mc_part_weighted() 474 chroma_weight_op(dest_cr, sl->mb_uvlinesize, chroma_height, in mc_part_weighted()
|
D | cavs.c | 392 static inline void mc_dir_part(AVSContext *h, AVFrame *pic, int chroma_height, in mc_dir_part() argument 445 chroma_op(dest_cb, src_cb, h->c_stride, chroma_height, mx & 7, my & 7); in mc_dir_part() 455 chroma_op(dest_cr, src_cr, h->c_stride, chroma_height, mx & 7, my & 7); in mc_dir_part() 458 static inline void mc_part_std(AVSContext *h, int chroma_height, int delta, in mc_part_std() argument 480 mc_dir_part(h, ref, chroma_height, delta, 0, in mc_part_std() 490 mc_dir_part(h, ref, chroma_height, delta, 1, in mc_part_std()
|
D | indeo3.c | 168 int p, chroma_width, chroma_height; in allocate_frame_buffers() local 184 chroma_height = FFALIGN(luma_height >> 2, 4); in allocate_frame_buffers() 195 chroma_size = chroma_pitch * (chroma_height + 1); in allocate_frame_buffers() 201 ctx->planes[p].height = !p ? luma_height : chroma_height; in allocate_frame_buffers()
|
D | indeo5.c | 105 pic_conf.chroma_height = (pic_conf.pic_height + 3) >> 2; in decode_gop_header() 659 ctx->pic_conf.chroma_height = (avctx->height + 3) >> 2; in decode_init()
|
D | ffv1dec.c | 321 const int chroma_height = AV_CEIL_RSHIFT(height, f->chroma_v_shift); in decode_slice() local 327 …decode_plane(fs, p->data[1] + ps*cx+cy*p->linesize[1], chroma_width, chroma_height, p->linesize[1]… in decode_slice() 328 …decode_plane(fs, p->data[2] + ps*cx+cy*p->linesize[2], chroma_width, chroma_height, p->linesize[2]… in decode_slice()
|
D | ffv1enc.c | 1082 const int chroma_height = AV_CEIL_RSHIFT(height, f->chroma_v_shift); in encode_slice() local 1089 … encode_plane(fs, p->data[1] + ps*cx+cy*p->linesize[1], chroma_width, chroma_height, p->linesize[1… in encode_slice() 1090 … encode_plane(fs, p->data[2] + ps*cx+cy*p->linesize[2], chroma_width, chroma_height, p->linesize[2… in encode_slice()
|
D | indeo4.c | 174 pic_conf.chroma_height = (pic_conf.pic_height + 3) >> 2; in decode_pic_hdr()
|
D | mjpegdec.c | 1421 int i, mb_x, mb_y, chroma_h_shift, chroma_v_shift, chroma_width, chroma_height; in mjpeg_decode_scan() local 1441 chroma_height = AV_CEIL_RSHIFT(s->height, chroma_v_shift); in mjpeg_decode_scan() 1480 && 8*(v * mb_y + y) < ((c == 1) || (c == 2) ? chroma_height : s->height)) { in mjpeg_decode_scan()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_il.c | 44 int linesize[4], chroma_height; member 109 s->chroma_height = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input() 166 s->linesize[comp], s->chroma_height, in filter_frame()
|
D | vf_deshake.c | 422 const int chroma_height = AV_CEIL_RSHIFT(link->h, desc->log2_chroma_h); in filter_frame() local 514 …ff_get_matrix(t.vec.x / (link->w / chroma_width), t.vec.y / (link->h / chroma_height), t.angle, tr… in filter_frame() 516 ret = deshake->transform(link->dst, link->w, link->h, chroma_width, chroma_height, in filter_frame()
|
D | vf_deshake_opencl.c | 1418 const int chroma_height = AV_CEIL_RSHIFT(input_frame->height, desc->log2_chroma_h); in filter_frame() local 1421 const float center_h_chroma = (float)chroma_height / 2; in filter_frame() 1424 const float luma_h_over_chroma_h = ((float)input_frame->height / (float)chroma_height); in filter_frame() 1641 update_needed_crop(&deshake_ctx->crop_uv, transform_crop_uv, chroma_width, chroma_height); in filter_frame()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_decoder.h | 51 unsigned chroma_width, chroma_height; member
|
D | vl_mpeg12_decoder.c | 952 if (!vl_zscan_init(&dec->zscan_c, dec->context, dec->chroma_width, dec->chroma_height, in init_zscan() 1020 if(!vl_idct_init(&dec->idct_c, dec->context, dec->chroma_width, dec->chroma_height, in init_idct() 1143 dec->chroma_height = dec->base.height / 2; in vl_create_mpeg12_decoder() 1147 dec->chroma_height = dec->base.height; in vl_create_mpeg12_decoder() 1151 dec->chroma_height = dec->base.height; in vl_create_mpeg12_decoder()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuda-converter.c | 1739 gint chroma_width, chroma_height; member 1767 templ->chroma_width, templ->chroma_height, templ->in_depth, in cuda_converter_generate_yuv_to_yuv_kernel_code() 1800 templ->chroma_width, templ->chroma_height, templ->in_depth, in cuda_converter_generate_yuv_to_rgb_kernel_code() 1834 templ->chroma_width, templ->chroma_height, templ->in_depth, in cuda_converter_generate_rgb_to_yuv_kernel_code() 1946 templ.chroma_height = GST_VIDEO_INFO_COMP_HEIGHT (out_info, 1); in cuda_converter_lookup_path()
|