Searched refs:Above (Results 1 - 25 of 43) sorted by last modified time

12

/external/libvpx/armv7a/
H A Dvp8_rtcd.h111 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
112 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
/external/libvpx/armv7a-neon/
H A Dvp8_rtcd.h127 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
128 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
/external/libvpx/generic/
H A Dvp8_rtcd.h98 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dintra4x4_predict_v6.asm21 ;void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft,
26 ; r0: *Above
52 ldr r8, [r0] ; Above
82 ldr r8, [r0] ; Above
223 ldr r4, [r0] ; Above[0-3]
225 ldr r5, [r0, #4] ; Above[4-7]
282 ldr lr, [r0] ; Above = pp[8|7|6|5]
344 ldr lr, [r0] ; Above = pp[8|7|6|5]
412 ldr r4, [r0] ; [3|2|1|0] = Above[0-3]
414 ldr r5, [r0, #4] ; [7|6|5|4] = Above[
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dreconintra4x4.c16 void vp8_intra4x4_predict_c(unsigned char *Above, argument
38 expected_dc += Above[i];
62 int pred = Above[c] - top_left + Left[r];
82 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2;
83 ap[1] = (Above[0] + 2 * Above[1] + Above[2] + 2) >> 2;
84 ap[2] = (Above[1] + 2 * Above[
[all...]
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c194 unsigned char *Above = dst - dst_stride; local
197 unsigned char top_left = Above[-1];
199 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode,
H A Dthreading.c190 unsigned char *Above; local
197 Above = xd->recon_above[0] + b->offset;
199 Above = dst - dst_stride;
215 top_left = Above[-1];
217 vp8_intra4x4_predict(Above, yleft, left_stride,
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeintra.c58 unsigned char *Above = dst - dst_stride; local
60 unsigned char top_left = Above[-1];
62 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode,
H A Dpickinter.c150 unsigned char *Above = dst - dst_stride; local
152 unsigned char top_left = Above[-1];
160 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
H A Drdopt.c659 unsigned char *Above = dst - dst_stride; local
661 unsigned char top_left = Above[-1];
670 vp8_intra4x4_predict(Above, yleft, dst_stride, mode,
/external/libvpx/mips/
H A Dvp8_rtcd.h98 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
/external/libvpx/mips-dspr2/
H A Dvp8_rtcd.h105 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h336 enum DisplayHint { Above, Below }; enumerator in enum:clang::ento::PathDiagnosticPiece::DisplayHint
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
H A Dharfbuzz-indic.cpp481 Above, enumerator in enum:Position
493 None, Above, Above, Post,
514 Below, Above, Above, Above,
515 Above, Post, Post, Post,
518 None, Above, Below, Above,
519 Above, Non
[all...]
/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp8_rtcd.h129 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
130 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
H A Dvpx_rtcd.h104 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);
106 RTCD_EXTERN void (*vp8_intra4x4_predict)(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/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
H A Dvp8_rtcd.h145 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
146 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
H A Dvpx_rtcd.h122 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);
124 RTCD_EXTERN void (*vp8_intra4x4_predict)(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/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvp8_rtcd.h145 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
146 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
147 RTCD_EXTERN void (*vp8_intra4x4_predict)(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp8_rtcd.h127 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
/external/chromium_org/third_party/libvpx/source/config/linux/generic/
H A Dvp8_rtcd.h116 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/
H A Dvp8_rtcd.h158 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
H A Dvpx_rtcd.h120 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/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvp8_rtcd.h116 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);

Completed in 504 milliseconds

12