Searched refs:x_offset (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Drs6000.h181 char x_offset[4]; member in struct:external_auxent::__anon3644::__anon3645
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/include/
H A Drs6000.h181 char x_offset[4]; member in struct:external_auxent::__anon3726::__anon3727
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/pnx4008/
H A Dsdum.h87 u32 x_offset; member in struct:dumchannel_uf
H A Dpnxrgbfb.c137 chan_uf.x_offset = 0;
H A Dsdum.c549 chan_uf.x_offset, chan_uf.height,
555 dum_data.chan_uf_store[i].x_offset = chan_uf.x_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcoff.h295 char x_offset[4]; member in struct:COFF_auxent::__anon9701::__anon9702
/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;
393 x_offset += 8*h->mbx;
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 Dh264.c1474 static const int x_offset[4]={0, 1*stride, 4* stride, 5*stride}; local
1493 const int offset= x_offset[i];
1515 static const int x_offset[4]={0, 1*stride, 4* stride, 5*stride};
1532 const int offset= x_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;
1671 x_offset += 8*s->mb_x;
1677 dest_y, dest_cb, dest_cr, x_offset, y_offse
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
1836 int x_offset= (i&1)<<2; local
[all...]
H A Dsvq3.c123 static const int x_offset[4] = {0, 1*stride, 4* stride, 5*stride}; local
140 const int offset = x_offset[i];

Completed in 179 milliseconds