/external/libvpx/libvpx/test/ |
intrapred_test.cc | 224 int y_stride);
|
/external/libvpx/libvpx/vp8/encoder/ |
onyx_if.c | [all...] |
firstpass.c | 334 src += source->y_stride; 418 int raw_stride = raw_buffer->y_stride; 420 int ref_stride = x->e_mbd.pre.y_stride; 518 int recon_y_stride = lst_yv12->y_stride; 610 vp8_copy_mem16x16(x->src.y_buffer, x->src.y_stride, x->thismb, 16); 786 x->src.y_buffer += 16 * x->src.y_stride - 16 * cm->mb_cols; [all...] |
/external/libvpx/mips/ |
vp8_rtcd.h | 47 void vp8_build_intra_predictors_mby_s_c(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
vp8_rtcd.h | 85 void vp8_build_intra_predictors_mby_s_c(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
intrapred_test.cc | 224 int y_stride);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
onyx_if.c | [all...] |
firstpass.c | 334 src += source->y_stride; 417 int raw_stride = raw_buffer->y_stride; 419 int ref_stride = x->e_mbd.pre.y_stride; 518 int recon_y_stride = lst_yv12->y_stride; 610 vp8_copy_mem16x16(x->src.y_buffer, x->src.y_stride, x->thismb, 16); 786 x->src.y_buffer += 16 * x->src.y_stride - 16 * cm->mb_cols; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
vp8_rtcd.h | 85 void vp8_build_intra_predictors_mby_s_c(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
vp8_rtcd.h | 68 void vp8_build_intra_predictors_mby_s_c(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride); 69 void vp8_build_intra_predictors_mby_s_sse2(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride); 70 void vp8_build_intra_predictors_mby_s_ssse3(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride); 71 RTCD_EXTERN void (*vp8_build_intra_predictors_mby_s)(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride); [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_reconinter.c | 441 const int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, 460 const int strides[4] = {src->y_stride, src->uv_stride, src->uv_stride,
|
/external/libvpx/x86/ |
vp8_rtcd.h | 65 void vp8_build_intra_predictors_mby_s_c(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride); 66 void vp8_build_intra_predictors_mby_s_sse2(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride); [all...] |
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
TestingCamera.java | 1721 int y_stride = (int) (Math.ceil( width \/ 16.) * 16); local [all...] |
/external/libvpx/armv7a/ |
vp8_rtcd.h | 51 void vp8_build_intra_predictors_mby_s_c(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride);
|
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_mmx.asm | [all...] |
/external/libvpx/mips-dspr2/ |
vp8_rtcd.h | 47 void vp8_build_intra_predictors_mby_s_c(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride);
|
/external/webp/src/dsp/ |
dsp.h | 225 void WebPSamplerProcessPlane(const uint8_t* y, int y_stride,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
vp8_rtcd.h | 103 void vp8_build_intra_predictors_mby_s_c(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
loopfilter_mmx.asm | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
vp8_rtcd.h | 99 void vp8_build_intra_predictors_mby_s_c(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, unsigned char * ypred_ptr, int y_stride);
|
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 749 yv12->y_stride = img->stride[VPX_PLANE_Y]; [all...] |
/external/webp/src/dec/ |
idec.c | 700 idec->output_.u.YUVA.y_stride = luma_stride; 839 if (stride != NULL) *stride = src->u.YUVA.y_stride;
|
webp.c | 594 output.u.YUVA.y_stride = luma_stride; 676 *stride = buf->y_stride;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
vp8_cx_iface.c | 693 yv12->y_stride = img->stride[VPX_PLANE_Y]; [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 88 const uint8_t* last_y = &last->y_buffer[mi_row * MI_SIZE * last->y_stride + 92 last_y, last->y_stride, &sse); 643 const int strides[3] = {src->y_stride, src->uv_stride, src->uv_stride }; [all...] |