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

1 2 3 4

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
vpx_scale_rtcd.pl 6 forward_decls qw/vpx_scale_forward_decls/;
10 add_proto qw/void vp8_horizontal_line_5_4_scale/, "const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width";
11 add_proto qw/void vp8_vertical_band_5_4_scale/, "unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width";
12 add_proto qw/void vp8_horizontal_line_5_3_scale/, "const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width";
13 add_proto qw/void vp8_vertical_band_5_3_scale/, "unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width";
14 add_proto qw/void vp8_horizontal_line_2_1_scale/, "const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width";
15 add_proto qw/void vp8_vertical_band_2_1_scale/, "unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width";
16 add_proto qw/void vp8_vertical_band_2_1_scale_i/, "unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width";
19 add_proto qw/void vp8_yv12_extend_frame_borders/, "struct yv12_buffer_config *ybf";
21 add_proto qw/void vp8_yv12_copy_frame/, "const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *d (…)
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.pl 22 forward_decls qw/vp9_common_forward_decls/;
52 add_proto qw/void vp9_d207_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
53 specialize qw/vp9_d207_predictor_4x4/, "$ssse3_x86inc";
55 add_proto qw/void vp9_d45_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
56 specialize qw/vp9_d45_predictor_4x4/, "$ssse3_x86inc";
58 add_proto qw/void vp9_d63_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
59 specialize qw/vp9_d63_predictor_4x4/, "$ssse3_x86inc";
61 add_proto qw/void vp9_h_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
62 specialize qw/vp9_h_predictor_4x4 neon dspr2/, "$ssse3_x86inc";
64 add_proto qw/void vp9_d117_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8 (…)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_rtcd_defs.pl 22 forward_decls qw/vp9_common_forward_decls/;
52 add_proto qw/void vp9_d207_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
53 specialize qw/vp9_d207_predictor_4x4/, "$ssse3_x86inc";
55 add_proto qw/void vp9_d45_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
56 specialize qw/vp9_d45_predictor_4x4/, "$ssse3_x86inc";
58 add_proto qw/void vp9_d63_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
59 specialize qw/vp9_d63_predictor_4x4/, "$ssse3_x86inc";
61 add_proto qw/void vp9_h_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
62 specialize qw/vp9_h_predictor_4x4 neon dspr2/, "$ssse3_x86inc";
64 add_proto qw/void vp9_d117_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8 (…)
    [all...]
  /external/libvpx/libvpx/vpx_scale/
vpx_scale_rtcd.pl 6 forward_decls qw/vpx_scale_forward_decls/;
10 add_proto qw/void vp8_horizontal_line_5_4_scale/, "const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width";
11 add_proto qw/void vp8_vertical_band_5_4_scale/, "unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width";
12 add_proto qw/void vp8_horizontal_line_5_3_scale/, "const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width";
13 add_proto qw/void vp8_vertical_band_5_3_scale/, "unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width";
14 add_proto qw/void vp8_horizontal_line_2_1_scale/, "const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width";
15 add_proto qw/void vp8_vertical_band_2_1_scale/, "unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width";
16 add_proto qw/void vp8_vertical_band_2_1_scale_i/, "unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width";
19 add_proto qw/void vp8_yv12_extend_frame_borders/, "struct yv12_buffer_config *ybf";
20 specialize qw/vp8_yv12_extend_frame_borders neon/
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
vpx_scale_rtcd.pl 6 forward_decls qw/vpx_scale_forward_decls/;
10 add_proto qw/void vp8_horizontal_line_5_4_scale/, "const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width";
11 add_proto qw/void vp8_vertical_band_5_4_scale/, "unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width";
12 add_proto qw/void vp8_horizontal_line_5_3_scale/, "const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width";
13 add_proto qw/void vp8_vertical_band_5_3_scale/, "unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width";
14 add_proto qw/void vp8_horizontal_line_2_1_scale/, "const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width";
15 add_proto qw/void vp8_vertical_band_2_1_scale/, "unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width";
16 add_proto qw/void vp8_vertical_band_2_1_scale_i/, "unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width";
19 add_proto qw/void vp8_yv12_extend_frame_borders/, "struct yv12_buffer_config *ybf";
20 specialize qw/vp8_yv12_extend_frame_borders neon/
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_rtcd_defs.pl 22 forward_decls qw/vp9_common_forward_decls/;
59 add_proto qw/void vp9_d207_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
60 specialize qw/vp9_d207_predictor_4x4/, "$ssse3_x86inc";
62 add_proto qw/void vp9_d45_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
63 specialize qw/vp9_d45_predictor_4x4/, "$ssse3_x86inc";
65 add_proto qw/void vp9_d63_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
66 specialize qw/vp9_d63_predictor_4x4/, "$ssse3_x86inc";
68 add_proto qw/void vp9_h_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
69 specialize qw/vp9_h_predictor_4x4 neon_asm dspr2/, "$ssse3_x86inc";
72 add_proto qw/void vp9_d117_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8 (…)
    [all...]
  /external/clang/tools/scan-build/
c++-analyzer 3 use Cwd qw/ abs_path /;
4 use File::Basename qw/ dirname /;
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
c++-analyzer 3 use Cwd qw/ abs_path /;
4 use File::Basename qw/ dirname /;
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
c++-analyzer 3 use Cwd qw/ abs_path /;
4 use File::Basename qw/ dirname /;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
rtcd_defs.pl 19 forward_decls qw/vp8_common_forward_decls/;
24 add_proto qw/void vp8_clear_system_state/, "";
25 specialize qw/vp8_clear_system_state mmx/;
31 add_proto qw/void vp8_dequantize_b/, "struct blockd*, short *dqc";
32 specialize qw/vp8_dequantize_b mmx media neon/;
35 add_proto qw/void vp8_dequant_idct_add/, "short *input, short *dq, unsigned char *output, int stride";
36 specialize qw/vp8_dequant_idct_add mmx media neon dspr2/;
40 add_proto qw/void vp8_dequant_idct_add_y_block/, "short *q, short *dq, unsigned char *dst, int stride, char *eobs";
41 specialize qw/vp8_dequant_idct_add_y_block mmx sse2 media neon dspr2/;
45 add_proto qw/void vp8_dequant_idct_add_uv_block/, "short *q, short *dq, unsigned char *dst_u, unsigned char *ds (…)
    [all...]
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 19 forward_decls qw/vp8_common_forward_decls/;
24 add_proto qw/void vp8_clear_system_state/, "";
25 specialize qw/vp8_clear_system_state mmx/;
31 add_proto qw/void vp8_dequantize_b/, "struct blockd*, short *dqc";
32 specialize qw/vp8_dequantize_b mmx media neon/;
35 add_proto qw/void vp8_dequant_idct_add/, "short *input, short *dq, unsigned char *output, int stride";
36 specialize qw/vp8_dequant_idct_add mmx media neon dspr2/;
40 add_proto qw/void vp8_dequant_idct_add_y_block/, "short *q, short *dq, unsigned char *dst, int stride, char *eobs";
41 specialize qw/vp8_dequant_idct_add_y_block mmx sse2 media neon dspr2/;
45 add_proto qw/void vp8_dequant_idct_add_uv_block/, "short *q, short *dq, unsigned char *dst_u, unsigned char *ds (…)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 19 forward_decls qw/vp8_common_forward_decls/;
24 add_proto qw/void vp8_clear_system_state/, "";
25 specialize qw/vp8_clear_system_state mmx/;
31 add_proto qw/void vp8_dequantize_b/, "struct blockd*, short *dqc";
32 specialize qw/vp8_dequantize_b mmx media neon/;
35 add_proto qw/void vp8_dequant_idct_add/, "short *input, short *dq, unsigned char *output, int stride";
36 specialize qw/vp8_dequant_idct_add mmx media neon dspr2/;
40 add_proto qw/void vp8_dequant_idct_add_y_block/, "short *q, short *dq, unsigned char *dst, int stride, char *eobs";
41 specialize qw/vp8_dequant_idct_add_y_block mmx sse2 media neon dspr2/;
45 add_proto qw/void vp8_dequant_idct_add_uv_block/, "short *q, short *dq, unsigned char *dst_u, unsigned char *ds (…)
    [all...]
  /external/openssl/crypto/des/
DES.pm 5 @ISA = qw(Exporter DynaLoader);
8 @EXPORT = qw(
11 @EXPORT_OK = qw(
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
EarlyExitException.pm 6 use base qw( ANTLR::Runtime::Exception );
  /external/chromium_org/android_webview/tools/
find_files.pl 18 push @find_args, qw'-not ( -path', "*/$path/*", qw'-prune )'
20 push @find_args, qw(-follow -type f -print);
  /ndk/tests/build/issue17144-byteswap/
build.sh 26 grep -qw rev16 issue17144-byteswap.s
28 grep -qw rev issue17144-byteswap.s
36 grep -qw rorw issue17144-byteswap.s
38 grep -qw bswap issue17144-byteswap.s
48 grep -qw wsbh issue17144-byteswap.s
50 grep -w rotr issue17144-byteswap.s | grep -qw rotr
  /external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/
t-error.pl 5 use English qw( -no_match_vars );
t.pl 5 use English qw( -no_match_vars );
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
SpacingHeuristics.pm 34 @ISA = qw(Exporter);
35 @EXPORT = qw(&resetSpacingHeuristics &isOnlyWhiteSpace &applySpacingHeuristicsAndPrint &setPreviousAllowedLine &setPreviousAllowedLine &printPendingEmptyLines &ignoringLine);
  /external/chromium_org/components/query_parser/
snippet_unittest.cc 108 for (std::vector<std::string>::iterator qw = query_words.begin();
109 qw != query_words.end(); ++qw) {
112 while ((ofs = document_folded.find(*qw, ofs)) != std::string::npos) {
113 match_positions.push_back(std::make_pair(ofs, ofs + qw->size()));
114 ofs += qw->size();
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm 9 our @ISA = qw(Exporter);
11 our %EXPORT_TAGS = ( 'all' => [ qw(
16 our @EXPORT = qw(
Util.pm 9 our @ISA = qw(Exporter);
11 our %EXPORT_TAGS = ( 'all' => [ qw(
16 our @EXPORT = qw(
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/
LoadAsModule.pm 39 use vars qw(@EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION);
59 use vars qw(\@EXPORT \@EXPORT_OK \%EXPORT_TAGS \$VERSION);
  /external/antlr/antlr-3.4/runtime/Perl5/examples/id/
id.pl 5 use English qw( -no_match_vars );
  /external/openssl/crypto/des/t/
test 3 BEGIN { push(@INC, qw(../../../lib ../../lib ../lib lib)); }

Completed in 2788 milliseconds

1 2 3 4