Home
last modified time | relevance | path

Searched full:above (Results 1 – 25 of 11437) sorted by relevance

12345678910>>...458

/external/libvpx/libvpx/vpx_dsp/
Dintrapred.c22 const uint8_t *above, const uint8_t *left) { in d207_predictor() argument
24 (void)above; in d207_predictor()
46 const uint8_t *above, const uint8_t *left) { in d63_predictor() argument
51 dst[c] = AVG2(above[c], above[c + 1]); in d63_predictor()
52 dst[stride + c] = AVG3(above[c], above[c + 1], above[c + 2]); in d63_predictor()
56 memset(dst + (r + 0) * stride + size, above[bs - 1], bs - size); in d63_predictor()
58 memset(dst + (r + 1) * stride + size, above[bs - 1], bs - size); in d63_predictor()
63 const uint8_t *above, const uint8_t *left) { in d45_predictor() argument
64 const uint8_t above_right = above[bs - 1]; in d45_predictor()
70 dst[x] = AVG3(above[x], above[x + 1], above[x + 2]); in d45_predictor()
[all …]
Dvpx_dsp_rtcd_defs.pl28 add_proto qw/void vpx_d207_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,…
31 add_proto qw/void vpx_d45_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, …
34 add_proto qw/void vpx_d45e_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,…
36 add_proto qw/void vpx_d63_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, …
39 add_proto qw/void vpx_d63e_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,…
41 add_proto qw/void vpx_h_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, co…
44 add_proto qw/void vpx_he_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, c…
46 add_proto qw/void vpx_d117_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,…
48 add_proto qw/void vpx_d135_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,…
51 add_proto qw/void vpx_d153_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,…
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_intrapred_neon.c36 const uint16_t *above, in vpx_highbd_dc_predictor_4x4_neon() argument
38 const uint16x4_t a = vld1_u16(above); in vpx_highbd_dc_predictor_4x4_neon()
51 const uint16_t *above, in vpx_highbd_dc_left_predictor_4x4_neon() argument
55 (void)above; in vpx_highbd_dc_left_predictor_4x4_neon()
61 const uint16_t *above, in vpx_highbd_dc_top_predictor_4x4_neon() argument
63 const uint16x4_t sum = dc_sum_4(above); in vpx_highbd_dc_top_predictor_4x4_neon()
71 const uint16_t *above, in vpx_highbd_dc_128_predictor_4x4_neon() argument
74 (void)above; in vpx_highbd_dc_128_predictor_4x4_neon()
99 const uint16_t *above, in vpx_highbd_dc_predictor_8x8_neon() argument
101 const uint16x8_t above_u16 = vld1q_u16(above); in vpx_highbd_dc_predictor_8x8_neon()
[all …]
Dintrapred_neon.c36 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_4x4_neon() argument
37 const uint8x8_t a = vld1_u8(above); in vpx_dc_predictor_4x4_neon()
49 const uint8_t *above, const uint8_t *left) { in vpx_dc_left_predictor_4x4_neon() argument
52 (void)above; in vpx_dc_left_predictor_4x4_neon()
57 const uint8_t *above, const uint8_t *left) { in vpx_dc_top_predictor_4x4_neon() argument
58 const uint16x4_t sum = dc_sum_4(above); in vpx_dc_top_predictor_4x4_neon()
65 const uint8_t *above, const uint8_t *left) { in vpx_dc_128_predictor_4x4_neon() argument
67 (void)above; in vpx_dc_128_predictor_4x4_neon()
92 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_8x8_neon() argument
93 const uint8x8_t above_u8 = vld1_u8(above); in vpx_dc_predictor_8x8_neon()
[all …]
Dintrapred_neon_asm.asm30 ; const uint8_t *above,
34 ; r2 const uint8_t *above
47 ; const uint8_t *above,
51 ; r2 const uint8_t *above
68 ; const uint8_t *above,
72 ; r2 const uint8_t *above
97 ; const uint8_t *above,
101 ; r2 const uint8_t *above
130 ; const uint8_t *above,
134 ; r2 const uint8_t *above
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dtrampoline.S14 # The above copyright notice and this permission notice shall be included
38 …// This accounts for the above 4-byte stmfd instruction, plus 8 bytes constant when loading from p…
51 …// This accounts for the above 4-byte stmfd instruction, plus 8 bytes constant when loading from p…
64 …// This accounts for the above 4-byte stmfd instruction, plus 8 bytes constant when loading from p…
77 …// This accounts for the above 4-byte stmfd instruction, plus 8 bytes constant when loading from p…
90 …// This accounts for the above 4-byte stmfd instruction, plus 8 bytes constant when loading from p…
103 …// This accounts for the above 4-byte stmfd instruction, plus 8 bytes constant when loading from p…
116 …// This accounts for the above 4-byte stmfd instruction, plus 8 bytes constant when loading from p…
129 …// This accounts for the above 4-byte stmfd instruction, plus 8 bytes constant when loading from p…
142 …// This accounts for the above 4-byte stmfd instruction, plus 8 bytes constant when loading from p…
[all …]
/external/libvpx/libvpx/vpx_dsp/ppc/
Dintrapred_vsx.c15 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_16x16_vsx() argument
16 const uint8x16_t d = vec_vsx_ld(0, above); in vpx_v_predictor_16x16_vsx()
26 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_32x32_vsx() argument
27 const uint8x16_t d0 = vec_vsx_ld(0, above); in vpx_v_predictor_32x32_vsx()
28 const uint8x16_t d1 = vec_vsx_ld(16, above); in vpx_v_predictor_32x32_vsx()
41 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_4x4_vsx() argument
48 (void)above; in vpx_h_predictor_4x4_vsx()
60 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_8x8_vsx() argument
72 (void)above; in vpx_h_predictor_8x8_vsx()
92 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_16x16_vsx() argument
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dintrapred_msa.c555 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_4x4_msa() argument
558 intra_predict_vert_4x4_msa(above, dst, y_stride); in vpx_v_predictor_4x4_msa()
562 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_8x8_msa() argument
565 intra_predict_vert_8x8_msa(above, dst, y_stride); in vpx_v_predictor_8x8_msa()
569 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_16x16_msa() argument
572 intra_predict_vert_16x16_msa(above, dst, y_stride); in vpx_v_predictor_16x16_msa()
576 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_32x32_msa() argument
579 intra_predict_vert_32x32_msa(above, dst, y_stride); in vpx_v_predictor_32x32_msa()
583 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_4x4_msa() argument
584 (void)above; in vpx_h_predictor_4x4_msa()
[all …]
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h65 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
68 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
71 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
74 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
77 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
78 void vpx_d135_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const ui…
81 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
82 void vpx_d135_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const ui…
85 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
86 void vpx_d135_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint…
[all …]
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h65 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
68 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
71 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
74 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
77 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
78 void vpx_d135_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const ui…
81 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
82 void vpx_d135_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const ui…
85 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
86 void vpx_d135_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint…
[all …]
/external/iptables/extensions/
Dlibxt_connlimit.t6 -m connlimit --connlimit-above 0;=;OK
7 -m connlimit --connlimit-above 4294967295;=;OK
8 -m connlimit --connlimit-above 4294967296;;FAIL
9 -m connlimit --connlimit-above -1;;FAIL
10 -m connlimit --connlimit-upto 1 --conlimit-above 1;;FAIL
11 -m connlimit --connlimit-above 10 --connlimit-saddr;-m connlimit --connlimit-above 10 --connlimit-m…
12 -m connlimit --connlimit-above 10 --connlimit-daddr;-m connlimit --connlimit-above 10 --connlimit-m…
13 -m connlimit --connlimit-above 10 --connlimit-saddr --connlimit-daddr;;FAIL
14 -m connlimit --connlimit-above 10 --connlimit-mask 32 --connlimit-saddr;=;OK
15 -m connlimit --connlimit-above 10 --connlimit-mask 32 --connlimit-daddr;=;OK
/external/icu/icu4c/source/common/unicode/
Dcaniter.h42 Results for: {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{CO…
44 …= {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBIN…
46 …= {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D}{COMBINING CEDILLA}{COMBININ…
48 …= {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D WITH DOT ABOVE}{COMBINING CE…
50 …= {LATIN CAPITAL LETTER A}{COMBINING RING ABOVE}{LATIN SMALL LETTER D WITH CEDILLA}{COMBINING DOT
52 …= {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CE…
54 …= {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D}{COMBINING CEDILLA}{COMBINING DOT
56 = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D WITH DOT ABOVE}{COMBINING CEDILLA}
58 = {LATIN CAPITAL LETTER A WITH RING ABOVE}{LATIN SMALL LETTER D WITH CEDILLA}{COMBINING DOT ABOVE}
60 = {ANGSTROM SIGN}{LATIN SMALL LETTER D}{COMBINING DOT ABOVE}{COMBINING CEDILLA}
[all …]
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h63 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
66 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
69 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
72 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
75 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
78 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
81 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
84 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
87 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
90 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
[all …]
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h55 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
58 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
61 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
64 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
67 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
70 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
73 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
76 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
79 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
82 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
[all …]
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h55 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
58 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
61 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
64 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
67 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
70 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
73 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
76 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
79 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
82 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
[all …]
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h55 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
58 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
61 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
64 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
67 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
70 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
73 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
76 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
79 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
82 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
[all …]
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h55 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
58 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
61 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
64 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
67 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
70 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
73 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
76 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
79 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
82 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
[all …]
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h72 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
75 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
78 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
81 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
84 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
87 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
90 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
93 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
96 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
97 void vpx_d153_predictor_16x16_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const u…
[all …]
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h72 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
75 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
78 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
81 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
84 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
87 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
90 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
93 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
96 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
97 void vpx_d153_predictor_16x16_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const u…
[all …]
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h65 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
68 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
71 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
74 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
77 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
80 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
83 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
86 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
89 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
92 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
[all …]
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h65 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
68 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
71 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
74 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
77 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
80 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
83 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
86 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t…
89 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
92 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8…
[all …]
/external/icu/icu4c/source/data/translit/
Dlt_Lower.txt8 # Introduce an explicit dot above when lowercasing capital Is and Js
9 # whenever there are more accents above.
10 # (of the accents used in Lithuanian: grave, acute, tilde above, and ogonek)
18 I } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0307;
19 J } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → j \u0307;
20 I \u0328 } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0328 \u0307;
/external/llvm/lib/Analysis/
DStratifiedSets.h48 /// The index for the set "above" current
49 StratifiedIndex Above; member
57 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} in StratifiedLink()
60 bool hasAbove() const { return Above != SetSentinel; } in hasAbove()
63 void clearAbove() { Above = SetSentinel; } in clearAbove()
73 /// above or below another. In CFL Alias Analysis, this gives us an indication
79 /// Sets may also have attributes (as noted above). These attributes are
131 /// This builder has a notion of some value A being above, below, or with some
133 /// > The `A above B` relationship implies that there is a reference edge
135 /// > The `A below B` relationship is the opposite of `A above B`. It implies
[all …]
/external/ipsec-tools/
DNOTICE7 1. Redistributions of source code must retain the above copyright
9 2. Redistributions in binary form must reproduce the above copyright
36 1. Redistributions of source code must retain the above copyright
38 2. Redistributions in binary form must reproduce the above copyright
65 1. Redistributions of source code must retain the above copyright
67 2. Redistributions in binary form must reproduce the above copyright
94 1. Redistributions of source code must retain the above copyright
96 2. Redistributions in binary form must reproduce the above copyright
122 1. Redistributions of source code must retain the above copyright
124 2. Redistributions in binary form must reproduce the above copyright
[all …]
/external/ipsec-tools/src/racoon/
DNOTICE7 1. Redistributions of source code must retain the above copyright
9 2. Redistributions in binary form must reproduce the above copyright
36 1. Redistributions of source code must retain the above copyright
38 2. Redistributions in binary form must reproduce the above copyright
65 1. Redistributions of source code must retain the above copyright
67 2. Redistributions in binary form must reproduce the above copyright
94 1. Redistributions of source code must retain the above copyright
96 2. Redistributions in binary form must reproduce the above copyright
122 1. Redistributions of source code must retain the above copyright
124 2. Redistributions in binary form must reproduce the above copyright
[all …]

12345678910>>...458