HomeSort by relevance Sort by last modified time
    Searched refs:above (Results 1 - 25 of 1449) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vpx_dsp/
intrapred.c 22 const uint8_t *above, const uint8_t *left) {
24 (void)above;
46 const uint8_t *above, const uint8_t *left) {
51 dst[c] = AVG2(above[c], above[c + 1]);
52 dst[stride + c] = AVG3(above[c], above[c + 1], above[c + 2]);
56 memset(dst + (r + 0) * stride + size, above[bs - 1], bs - size);
58 memset(dst + (r + 1) * stride + size, above[bs - 1], bs - size)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
intrapred4_dspr2.c 15 const uint8_t *above, const uint8_t *left) {
17 (void)above;
42 const uint8_t *above, const uint8_t *left) {
48 "lw %[above_c], (%[above]) \n\t"
78 : [above] "r"(above), [left] "r"(left), [dst] "r"(dst),
83 const uint8_t *above, const uint8_t *left) {
93 "ulw %[resl], (%[above]) \n\t"
100 "lbu %[top_left], -1(%[above]) \n\t"
222 : [above] "r"(above), [left] "r"(left), [dst] "r"(dst)
    [all...]
intrapred16_dspr2.c 15 const uint8_t *above, const uint8_t *left) {
18 (void)above;
160 const uint8_t *above, const uint8_t *left) {
167 "lw %[above1], (%[above]) \n\t"
168 "lw %[above2], 4(%[above]) \n\t"
191 "lw %[above1], 8(%[above]) \n\t"
192 "lw %[above2], 12(%[above]) \n\t"
322 : [above] "r"(above), [left] "r"(left), [dst] "r"(dst),
intrapred8_dspr2.c 15 const uint8_t *above, const uint8_t *left) {
17 (void)above;
69 const uint8_t *above, const uint8_t *left) {
76 "lw %[above1], (%[above]) \n\t"
77 "lw %[above2], 4(%[above]) \n\t"
146 : [above] "r"(above), [left] "r"(left), [dst] "r"(dst),
151 const uint8_t *above, const uint8_t *left) {
161 "ulw %[reshw], (%[above]) \n\t"
162 "ulw %[top_left], 4(%[above]) \n\t
    [all...]
intrapred_msa.c 555 const uint8_t *above, const uint8_t *left) {
558 intra_predict_vert_4x4_msa(above, dst, y_stride);
562 const uint8_t *above, const uint8_t *left) {
565 intra_predict_vert_8x8_msa(above, dst, y_stride);
569 const uint8_t *above, const uint8_t *left) {
572 intra_predict_vert_16x16_msa(above, dst, y_stride);
576 const uint8_t *above, const uint8_t *left) {
579 intra_predict_vert_32x32_msa(above, dst, y_stride);
583 const uint8_t *above, const uint8_t *left) {
584 (void)above;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan.h 24 void (*notify_signal_change)(void *priv, int above,
38 void bgscan_notify_signal_change(struct wpa_supplicant *wpa_s, int above,
74 int above, int current_signal,
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
pr14926.d 4 # the above targets use memory regions that don't allow 0x60 for .text
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-gc/
personality.d 5 # above targets don't support cfi
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_intrapred_neon.c 36 const uint16_t *above,
38 const uint16x4_t a = vld1_u16(above);
51 const uint16_t *above,
55 (void)above;
61 const uint16_t *above,
63 const uint16x4_t sum = dc_sum_4(above);
71 const uint16_t *above,
74 (void)above;
99 const uint16_t *above,
101 const uint16x8_t above_u16 = vld1q_u16(above);
    [all...]
intrapred_neon.c 36 const uint8_t *above, const uint8_t *left) {
37 const uint8x8_t a = vld1_u8(above);
49 const uint8_t *above, const uint8_t *left) {
52 (void)above;
57 const uint8_t *above, const uint8_t *left) {
58 const uint16x4_t sum = dc_sum_4(above);
65 const uint8_t *above, const uint8_t *left) {
67 (void)above;
92 const uint8_t *above, const uint8_t *left) {
93 const uint8x8_t above_u8 = vld1_u8(above);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
sobeloperator.cpp 48 const int above = (i > 0) ? curr - 4 * width : curr; local
54 *(dataPtr + above + c + right) - *(dataPtr + above + c + left) +
57 (*(dataPtr + c + below) - *(dataPtr + c + above)) * 2 +
58 *(dataPtr + left + c + below) - *(dataPtr + left + c + above) +
59 *(dataPtr + right + c + below) - *(dataPtr + right + c + above);
  /external/libvpx/libvpx/vpx_dsp/ppc/
intrapred_vsx.c 15 const uint8_t *above, const uint8_t *left) {
16 const uint8x16_t d = vec_vsx_ld(0, above);
26 const uint8_t *above, const uint8_t *left) {
27 const uint8x16_t d0 = vec_vsx_ld(0, above);
28 const uint8x16_t d1 = vec_vsx_ld(16, above);
41 const uint8_t *above, const uint8_t *left) {
48 (void)above;
60 const uint8_t *above, const uint8_t *left) {
72 (void)above;
92 const uint8_t *above, const uint8_t *left)
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/generate/
generator_unittest.py 11 """Returns the directory "above" this file containing |dirname| (which must
12 also be "above" this file)."""
  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 22 const uint8_t *above, const uint8_t *left);
39 void vp8_intra4x4_predict(unsigned char *above, unsigned char *yleft,
44 Above (aka, Aboveb + 4). Play it safe by reserving enough stack
51 unsigned char *Above = Aboveb + 4;
71 memcpy(Above, above, 8);
72 Above[-1] = top_left;
74 pred[b_mode](dst, dst_stride, Above, Left);
findnearmv.c 26 const MODE_INFO *above = here - xd->mode_info_stride; local
28 const MODE_INFO *aboveleft = above - 1;
38 /* Process above */
39 if (above->mbmi.ref_frame != INTRA_FRAME) {
40 if (above->mbmi.mv.as_int) {
41 (++mv)->as_int = above->mbmi.mv.as_int;
42 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, mv,
70 /* Process above left */
92 /* See if above-left MV can be merged with NEAREST */
97 ((above->mbmi.mode == SPLITMV) + (left->mbmi.mode == SPLITMV)) * 2
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_intrapred_intrin_sse2.c 20 const uint16_t *above,
27 (void)above;
39 const uint16_t *above,
50 (void)above;
86 const uint16_t *above,
89 (void)above;
134 const uint16_t *above,
137 (void)above;
181 const uint16_t *above,
186 (void)above;
    [all...]
highbd_intrapred_intrin_ssse3.c 39 const uint16_t *above,
41 const __m128i ABCDEFGH = _mm_loadu_si128((const __m128i *)above);
54 dst[3] = above[7]; // aka H
65 const uint16_t *above,
67 const __m128i ABCDEFGH = _mm_load_si128((const __m128i *)above);
97 const uint16_t *above,
99 const __m128i A0 = _mm_load_si128((const __m128i *)above);
100 const __m128i A1 = _mm_load_si128((const __m128i *)(above + 8));
132 const uint16_t *above,
134 const __m128i A0 = _mm_load_si128((const __m128i *)above);
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 74 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
77 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
80 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
83 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
86 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
89 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
92 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
95 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
98 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
99 void vpx_d153_predictor_16x16_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
scc.s 25 ; Add new condition names here, not above.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
group-relocs-ldc-bad.s 13 @ (The relocations above would be OK if it were at 0x118200, for example.)
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 68 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
71 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
74 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
77 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
80 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
81 void vpx_d135_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
84 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
85 void vpx_d135_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
88 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
89 void vpx_d135_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left)
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 68 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
71 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
74 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
77 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
80 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
81 void vpx_d135_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
84 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
85 void vpx_d135_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
88 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
89 void vpx_d135_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left)
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 67 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
70 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
73 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
76 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
79 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
82 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
85 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
88 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
91 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
94 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left)
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 67 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
70 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
73 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
76 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
79 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
82 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
85 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
88 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
91 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
94 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left)
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/
fileutil_unittest.py 13 """Returns the directory "above" this file containing |dirname| (which must
14 also be "above" this file)."""

Completed in 675 milliseconds

1 2 3 4 5 6 7 8 91011>>