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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dtransform.h67 * sin(angle), zoom * cos(angle), y_shift,
71 * @param y_shift vertical translation
76 void avfilter_get_matrix(float x_shift, float y_shift, float angle, float zoom, float *matrix);
H A Dtransform.c106 void avfilter_get_matrix(float x_shift, float y_shift, float angle, float zoom, float *matrix) { argument
112 matrix[5] = y_shift;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimgconvert.c210 int y_shift; local
216 y_shift = desc->log2_chroma_h;
221 dst->data[1] = src->data[1] + ((top_band >> y_shift) * src->linesize[1]) + (left_band >> x_shift);
222 dst->data[2] = src->data[2] + ((top_band >> y_shift) * src->linesize[2]) + (left_band >> x_shift);
224 if(top_band % (1<<y_shift) || left_band % (1<<x_shift))
243 int y_shift; local
253 y_shift = i ? desc->log2_chroma_h : 0;
257 dst->linesize[i] * (padtop >> y_shift) + (padleft >> x_shift));
261 optr = dst->data[i] + dst->linesize[i] * (padtop >> y_shift) +
263 yheight = (height - 1 - (padtop + padbottom)) >> y_shift;
[all...]
H A Dh264_direct.c509 int y_shift = 2*!IS_INTERLACED(*mb_type); local
542 int my_col = (mv_col[1]<<y_shift)/2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dimg_format.c148 int ff_mp_get_chroma_shift(int format, int *x_shift, int *y_shift, int *component_bits) argument
237 if (y_shift) *y_shift = ys;
H A Dimg_format.h307 int ff_mp_get_chroma_shift(int format, int *x_shift, int *y_shift, int *component_bits);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dimgconvert.c787 int y_shift; local
793 y_shift = av_pix_fmt_descriptors[pix_fmt].log2_chroma_h;
797 dst->data[1] = src->data[1] + ((top_band >> y_shift) * src->linesize[1]) + (left_band >> x_shift);
798 dst->data[2] = src->data[2] + ((top_band >> y_shift) * src->linesize[2]) + (left_band >> x_shift);
811 int y_shift; local
821 y_shift = i ? av_pix_fmt_descriptors[pix_fmt].log2_chroma_h : 0;
825 dst->linesize[i] * (padtop >> y_shift) + (padleft >> x_shift));
829 optr = dst->data[i] + dst->linesize[i] * (padtop >> y_shift) +
831 yheight = (height - 1 - (padtop + padbottom)) >> y_shift;
840 optr = dst->data[i] + dst->linesize[i] * (padtop >> y_shift)
[all...]
H A Dh264_direct.c508 int y_shift = 2*!IS_INTERLACED(*mb_type); local
541 int my_col = (mv_col[1]<<y_shift)/2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/asus_oled/
H A Dasus_oled.c135 size_t y_shift; member in struct:asus_oled_dev
364 y += odev->y_shift;
449 odev->y_shift = 0;
543 odev->y_shift = 0;
548 odev->y_shift = (ASUS_OLED_DISP_HEIGHT/2 - h)/2;
551 odev->y_shift = (ASUS_OLED_DISP_HEIGHT - h)/2;
678 odev->y_shift = 0;

Completed in 56 milliseconds