Searched refs:y_offset (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/pnx4008/
H A Dsdum.h88 u32 y_offset; member in struct:dumchannel_uf
H A Dpnxrgbfb.c138 chan_uf.y_offset = 0;
H A Dsdum.c548 chan_uf.source, chan_uf.y_offset,
556 dum_data.chan_uf_store[i].y_offset = chan_uf.y_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dcavs.c384 int x_offset, int y_offset,qpel_mc_func *qpix_put,
390 dest_y += 2*x_offset + 2*y_offset*h->l_stride;
391 dest_cb += x_offset + y_offset*h->c_stride;
392 dest_cr += x_offset + y_offset*h->c_stride;
394 y_offset += 8*h->mby;
399 dest_y, dest_cb, dest_cr, x_offset, y_offset,
409 dest_y, dest_cb, dest_cr, x_offset, y_offset,
382 mc_part_std(AVSContext *h,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, cavs_vector *mv) argument
H A Dindeo3.c984 y_offset, v_offset, u_offset, mc_vector_count; local
1002 y_offset = bytestream_get_le32(&buf_pos);
1009 if(FFMAX3(y_offset, v_offset, u_offset) >= buf_size-16) {
1022 buf_pos = buf + 16 + y_offset;
1024 if(2LL*mc_vector_count >= buf_size-16-y_offset) {
H A Dh264.c1475 static const int y_offset[4]={0, 2*stride, 8* stride, 10*stride}; local
1480 const int offset= y_offset[i];
1516 static const int y_offset[4]={0, 2*stride, 8* stride, 10*stride};
1519 const int offset= y_offset[i];
1660 int x_offset, int y_offset,
1668 dest_y += 2*x_offset + 2*y_offset*h-> mb_linesize;
1669 dest_cb += x_offset + y_offset*h->mb_uvlinesize;
1670 dest_cr += x_offset + y_offset*h->mb_uvlinesize;
1672 y_offset += 8*(s->mb_y >> MB_FIELD);
1677 dest_y, dest_cb, dest_cr, x_offset, y_offset,
1658 mc_part_std(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, int list0, int list1) argument
1692 mc_part_weighted(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, h264_weight_func luma_weight_op, h264_weight_func chroma_weight_op, h264_biweight_func luma_weight_avg, h264_biweight_func chroma_weight_avg, int list0, int list1) argument
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
1837 int y_offset= (i&2)<<1; local
[all...]
H A Dsvq3.c124 static const int y_offset[4] = {0, 2*stride, 8* stride, 10*stride}; local
127 const int offset = y_offset[i];

Completed in 91 milliseconds