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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibdiracdec.c148 pic.linesize[1] * src_params->chroma_height;
H A Dffv1.c671 const int chroma_height= -((-height)>>f->chroma_v_shift); local
675 encode_plane(f, p->data[1], chroma_width, chroma_height, p->linesize[1], 1);
676 encode_plane(f, p->data[2], chroma_width, chroma_height, p->linesize[2], 1);
985 const int chroma_height= -((-height)>>f->chroma_v_shift); local
988 decode_plane(f, p->data[1], chroma_width, chroma_height, p->linesize[1], 1);
989 decode_plane(f, p->data[2], chroma_width, chroma_height, p->linesize[2], 1);
H A Dindeo3.c103 chroma_height = ((luma_height >> 2) + 3) & ~3, local
105 chroma_pixels = chroma_width * chroma_height,
115 s->iv_frame[0].uv_h = s->iv_frame[1].uv_h = chroma_height;
982 chroma_width, chroma_height; local
1000 chroma_height = ((image_height >> 2) + 3) & 0x7ffc;
1044 chroma_height, buf_pos + mc_vector_count * 2, cb_offset, hdr_pos, buf_pos,
1055 chroma_height, buf_pos + mc_vector_count * 2, cb_offset, hdr_pos, buf_pos,
H A Dcavs.c328 int chroma_height,int delta,int list,uint8_t *dest_y,
372 chroma_op(dest_cb, src_cb, h->c_stride, chroma_height, mx&7, my&7);
379 chroma_op(dest_cr, src_cr, h->c_stride, chroma_height, mx&7, my&7);
382 static inline void mc_part_std(AVSContext *h,int square,int chroma_height,int delta, argument
398 mc_dir_part(h, ref, square, chroma_height, delta, 0,
408 mc_dir_part(h, ref, square, chroma_height, delta, 1,
327 mc_dir_part(AVSContext *h,Picture *pic,int square, int chroma_height,int delta,int list,uint8_t *dest_y, uint8_t *dest_cb,uint8_t *dest_cr,int src_x_offset, int src_y_offset,qpel_mc_func *qpix_op, h264_chroma_mc_func chroma_op,cavs_vector *mv) argument
H A Dh264.c1600 static inline void mc_dir_part(H264Context *h, Picture *pic, int n, int square, int chroma_height, int delta, int list, argument
1649 chroma_op(dest_cb, src_cb, h->mb_uvlinesize, chroma_height, mx&7, my&7);
1655 chroma_op(dest_cr, src_cr, h->mb_uvlinesize, chroma_height, mx&7, my&7);
1658 static inline void mc_part_std(H264Context *h, int n, int square, int chroma_height, int delta, argument
1676 mc_dir_part(h, ref, n, square, chroma_height, delta, 0,
1686 mc_dir_part(h, ref, n, square, chroma_height, delta, 1,
1692 static inline void mc_part_weighted(H264Context *h, int n, int square, int chroma_height, int delta, argument
1716 mc_dir_part(h, &h->ref_list[0][refn0], n, square, chroma_height, delta, 0,
1719 mc_dir_part(h, &h->ref_list[1][refn1], n, square, chroma_height, delta, 1,
1744 mc_dir_part(h, ref, n, square, chroma_height, delt
1759 mc_part(H264Context *h, int n, int square, int chroma_height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, h264_weight_func *weight_op, h264_biweight_func *weight_avg, int list0, int list1) argument
[all...]

Completed in 188 milliseconds