HomeSort by relevance Sort by last modified time
    Searched refs:yleft (Results 1 - 18 of 18) sorted by null

  /external/libvpx/libvpx/vp8/common/x86/
recon_wrapper_sse2.c 132 unsigned char * yleft,
159 fn(dst_y, dst_stride, yabove_row, yleft, left_stride);
165 unsigned char * yleft,
171 y_stride, yleft, left_stride,
177 unsigned char * yleft,
183 y_stride, yleft, left_stride,
  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 17 unsigned char *yleft, int left_stride,
25 Left[0] = yleft[0];
26 Left[1] = yleft[left_stride];
27 Left[2] = yleft[2 * left_stride];
28 Left[3] = yleft[3 * left_stride];
reconintra.c 19 unsigned char * yleft,
30 yleft_col[i] = yleft[i* left_stride];
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 59 unsigned char *yleft = dst - 1; local
62 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode,
pickinter.c 151 unsigned char *yleft = dst - 1; local
160 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
    [all...]
rdopt.c 658 unsigned char *yleft = dst - 1; local
668 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
    [all...]
  /external/libvpx/armv7a/
vpx_rtcd.h 98 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);
104 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
105 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
  /external/libvpx/libvpx/test/
intrapred_test.cc 213 uint8_t *yleft,
  /external/libvpx/libvpx/vp8/decoder/
threading.c 191 unsigned char *yleft; local
203 yleft = xd->recon_left[0] + i;
208 yleft = dst - 1;
217 vp8_intra4x4_predict(Above, yleft, left_stride,
decodframe.c 194 unsigned char *yleft = dst - 1; local
198 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode,
    [all...]
  /external/libvpx/generic/
vpx_rtcd.h 80 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);
86 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
  /external/libvpx/mips/
vpx_rtcd.h 80 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);
86 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 94 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);
100 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 116 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);
122 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
123 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
intra4x4_predict_v6.asm 21 ;void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft,
27 ; r1: *yleft
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 296 milliseconds