/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | recon_wrapper_sse2.c | 132 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/ |
D | reconintra4x4.c | 17 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()
|
D | reconintra.c | 19 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()
|
D | rtcd_defs.pl | 158 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/ |
D | encodeintra.c | 59 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()
|
D | pickinter.c | 152 unsigned char *yleft = dst - 1; in pick_intra4x4block() local 161 vp8_intra4x4_predict(Above, yleft, dst_stride, mode, in pick_intra4x4block()
|
D | rdopt.c | 660 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/ |
D | vp8_rtcd.h | 103 …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/ |
D | vp8_rtcd.h | 85 …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/ |
D | vp8_rtcd.h | 85 …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/ |
D | threading.c | 191 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()
|
D | decodeframe.c | 195 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/ |
D | vp8_rtcd.h | 121 …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/ |
D | vp8_rtcd.h | 99 …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/ |
D | vp8_rtcd.h | 68 …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/ |
D | intrapred_test.cc | 221 uint8_t *yleft,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | intra4x4_predict_v6.asm | 21 ;void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, 27 ; r1: *yleft
|