Home
last modified time | relevance | path

Searched refs:yleft (Results 1 – 17 of 17) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Drecon_wrapper_sse2.c132 unsigned char * yleft, in vp8_build_intra_predictors_mby_x86() argument
159 fn(dst_y, dst_stride, yabove_row, yleft, left_stride); in vp8_build_intra_predictors_mby_x86()
165 unsigned char * yleft, in vp8_build_intra_predictors_mby_s_sse2() argument
171 y_stride, yleft, left_stride, in vp8_build_intra_predictors_mby_s_sse2()
177 unsigned char * yleft, in vp8_build_intra_predictors_mby_s_ssse3() argument
183 y_stride, yleft, left_stride, in vp8_build_intra_predictors_mby_s_ssse3()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dreconintra4x4.c17 unsigned char *yleft, int left_stride, in vp8_intra4x4_predict_c() argument
25 Left[0] = yleft[0]; in vp8_intra4x4_predict_c()
26 Left[1] = yleft[left_stride]; in vp8_intra4x4_predict_c()
27 Left[2] = yleft[2 * left_stride]; in vp8_intra4x4_predict_c()
28 Left[3] = yleft[3 * left_stride]; in vp8_intra4x4_predict_c()
Dreconintra.c19 unsigned char * yleft, in vp8_build_intra_predictors_mby_s_c() argument
30 yleft_col[i] = yleft[i* left_stride]; in vp8_build_intra_predictors_mby_s_c()
Drtcd_defs.pl158 add_proto qw/void vp8_intra4x4_predict/, "unsigned char *Above, unsigned char *yleft, int left_stri…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodeintra.c59 unsigned char *yleft = dst - 1; in vp8_encode_intra4x4block() local
62 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode, in vp8_encode_intra4x4block()
Dpickinter.c152 unsigned char *yleft = dst - 1; in pick_intra4x4block() local
161 vp8_intra4x4_predict(Above, yleft, dst_stride, mode, in pick_intra4x4block()
Drdopt.c660 unsigned char *yleft = dst - 1; in rd_pick_intra4x4block() local
670 vp8_intra4x4_predict(Above, yleft, dst_stride, mode, in rd_pick_intra4x4block()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h103 …by_s_c(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, …
109 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode…
110 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, int b_…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h85 …by_s_c(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, …
91 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h85 …by_s_c(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, …
91 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dthreading.c191 unsigned char *yleft; in mt_decode_macroblock() local
203 yleft = xd->recon_left[0] + i; in mt_decode_macroblock()
208 yleft = dst - 1; in mt_decode_macroblock()
217 vp8_intra4x4_predict(Above, yleft, left_stride, in mt_decode_macroblock()
Ddecodeframe.c195 unsigned char *yleft = dst - 1; in decode_macroblock() local
199 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, in decode_macroblock()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h121 …by_s_c(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, …
127 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode…
128 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, int b_…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h99 …by_s_c(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, …
105 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h68 …by_s_c(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, …
69 …s_sse2(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, …
70 …_ssse3(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, …
71 …mby_s)(struct macroblockd *x, unsigned char * yabove_row, unsigned char * yleft, int left_stride, …
158 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dintrapred_test.cc221 uint8_t *yleft,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dintra4x4_predict_v6.asm21 ;void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft,
27 ; r1: *yleft