Home
last modified time | relevance | path

Searched refs:chroma_height (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Divi.h206 uint16_t chroma_height; member
277 str1->chroma_width != str2->chroma_width || str1->chroma_height != str2->chroma_height || in ivi_pic_config_cmp()
H A Dh264_mb.c384 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()
[all...]
H A Dcavs.c388 static inline void mc_dir_part(AVSContext *h, AVFrame *pic, int chroma_height, in mc_dir_part() argument
441 chroma_op(dest_cb, src_cb, h->c_stride, chroma_height, mx & 7, my & 7); in mc_dir_part()
451 chroma_op(dest_cr, src_cr, h->c_stride, chroma_height, mx & 7, my & 7); in mc_dir_part()
454 static inline void mc_part_std(AVSContext *h, int chroma_height, int delta, in mc_part_std() argument
476 mc_dir_part(h, ref, chroma_height, delta, 0, in mc_part_std()
486 mc_dir_part(h, ref, chroma_height, delta, 1, in mc_part_std()
H A Dindeo3.c170 int p, chroma_width, chroma_height; in allocate_frame_buffers() local
186 chroma_height = FFALIGN(luma_height >> 2, 4); in allocate_frame_buffers()
197 chroma_size = chroma_pitch * (chroma_height + 1); in allocate_frame_buffers()
203 ctx->planes[p].height = !p ? luma_height : chroma_height; in allocate_frame_buffers()
H A Dindeo5.c105 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()
H A Dffv1enc.c1059 const int chroma_height = AV_CEIL_RSHIFT(height, f->chroma_v_shift); in encode_slice() local
1066 ret |= encode_plane(fs, p->data[1] + ps*cx+cy*p->linesize[1], chroma_width, chroma_height, p->linesize[1], 1, 1); in encode_slice()
1067 ret |= encode_plane(fs, p->data[2] + ps*cx+cy*p->linesize[2], chroma_width, chroma_height, p->linesize[2], 1, 1); in encode_slice()
H A Dffv1dec.c336 const int chroma_height = AV_CEIL_RSHIFT(height, f->chroma_v_shift); in decode_slice() local
342 decode_plane(fs, p->data[1] + ps*cx+cy*p->linesize[1], chroma_width, chroma_height, p->linesize[1], 1, 1); in decode_slice()
343 decode_plane(fs, p->data[2] + ps*cx+cy*p->linesize[2], chroma_width, chroma_height, p->linesize[2], 1, 1); in decode_slice()
H A Dindeo4.c174 pic_conf.chroma_height = (pic_conf.pic_height + 3) >> 2; in decode_pic_hdr()
H A Dmjpegdec.c1437 int i, mb_x, mb_y, chroma_h_shift, chroma_v_shift, chroma_width, chroma_height; in mjpeg_decode_scan() local
1457 chroma_height = AV_CEIL_RSHIFT(s->height, chroma_v_shift); in mjpeg_decode_scan()
1496 && 8*(v * mb_y + y) < ((c == 1) || (c == 2) ? chroma_height : s->height)) { in mjpeg_decode_scan()
/third_party/ffmpeg/libavfilter/
H A Dvf_il.c44 int linesize[4], chroma_height; member
103 s->chroma_height = AV_CEIL_RSHIFT(inlink->h, desc->log2_chroma_h); in config_input()
160 s->linesize[comp], s->chroma_height, in filter_frame()
H A Dvf_deshake.c416 const int chroma_height = AV_CEIL_RSHIFT(link->h, desc->log2_chroma_h); in filter_frame() local
508 ff_get_matrix(t.vec.x / (link->w / chroma_width), t.vec.y / (link->h / chroma_height), t.angle, transform_zoom, transform_zoom, matrix_uv); in filter_frame()
510 ret = deshake->transform(link->dst, link->w, link->h, chroma_width, chroma_height, in filter_frame()
H A Dvf_deshake_opencl.c1402 const int chroma_height = AV_CEIL_RSHIFT(input_frame->height, desc->log2_chroma_h); in filter_frame() local
1405 const float center_h_chroma = (float)chroma_height / 2; in filter_frame()
1408 const float luma_h_over_chroma_h = ((float)input_frame->height / (float)chroma_height); in filter_frame()
1618 update_needed_crop(&deshake_ctx->crop_uv, transform_crop_uv, chroma_width, chroma_height); in filter_frame()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.h51 unsigned chroma_width, chroma_height; member
H A Dvl_mpeg12_decoder.c952 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()

Completed in 21 milliseconds