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

1 2 3 4 5

  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.pl 22 forward_decls qw/vp9_common_forward_decls/;
61 add_proto qw/void vp9_mbpost_proc_down/, "uint8_t *dst, int pitch, int rows, int cols, int flimit";
62 specialize qw/vp9_mbpost_proc_down sse2/;
65 add_proto qw/void vp9_mbpost_proc_across_ip/, "uint8_t *src, int pitch, int rows, int cols, int flimit";
66 specialize qw/vp9_mbpost_proc_across_ip sse2/;
69 add_proto qw/void vp9_post_proc_down_and_across/, "const uint8_t *src_ptr, uint8_t *dst_ptr, int src_pixels_per_line, int dst_pixels_per_line, int rows, int cols, int flimit";
70 specialize qw/vp9_post_proc_down_and_across sse2/;
73 add_proto qw/void vp9_plane_add_noise/, "uint8_t *Start, char *noise, char blackclamp[16], char whiteclamp[16], char bothclamp[16], unsigned int Width, unsigned int Height, int Pitch";
74 specialize qw/vp9_plane_add_noise sse2/;
77 add_proto qw/void vp9_filter_by_weight16x16/, "const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride (…)
    [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_dsp/
vpx_dsp_rtcd_defs.pl 12 forward_decls qw/vpx_dsp_forward_decls/;
57 add_proto qw/void vpx_d207_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
58 specialize qw/vpx_d207_predictor_4x4/, "$ssse3_x86inc";
60 add_proto qw/void vpx_d207e_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
61 specialize qw/vpx_d207e_predictor_4x4/;
63 add_proto qw/void vpx_d45_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
64 specialize qw/vpx_d45_predictor_4x4 neon/, "$ssse3_x86inc";
66 add_proto qw/void vpx_d45e_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left";
67 specialize qw/vpx_d45e_predictor_4x4/;
69 add_proto qw/void vpx_d63_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/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/clang/tools/scan-build/libexec/
c++-analyzer 3 use Cwd qw/ abs_path /;
4 use File::Basename qw/ dirname /;
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
c++-analyzer 3 use Cwd qw/ abs_path /;
4 use File::Basename qw/ dirname /;
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
c++-analyzer 3 use Cwd qw/ abs_path /;
4 use File::Basename qw/ dirname /;
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/libexec/
c++-analyzer 3 use Cwd qw/ abs_path /;
4 use File::Basename qw/ dirname /;
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/libexec/
c++-analyzer 3 use Cwd qw/ abs_path /;
4 use File::Basename qw/ dirname /;
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/libexec/
c++-analyzer 3 use Cwd qw/ abs_path /;
4 use File::Basename qw/ dirname /;
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
c++-analyzer 3 use Cwd qw/ abs_path /;
4 use File::Basename qw/ dirname /;
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/libexec/
c++-analyzer 3 use Cwd qw/ abs_path /;
4 use File::Basename qw/ dirname /;
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/libexec/
c++-analyzer 3 use Cwd qw/ abs_path /;
4 use File::Basename qw/ dirname /;
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/libexec/
c++-analyzer 3 use Cwd qw/ abs_path /;
4 use File::Basename qw/ dirname /;
  /prebuilts/clang/linux-x86/host/3.6/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/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";
21 add_proto qw/void vp8_yv12_copy_frame/, "const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *d (…)
    [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/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 msa/;
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 msa/;
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 msa/;
45 add_proto qw/void vp8_dequant_idct_add_uv_block/, "short *q, short *dq, unsigned char *dst_u, unsigned char *ds (…)
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
EarlyExitException.pm 6 use base qw( ANTLR::Runtime::Exception );
  /external/curl/tests/server/
base64.pl 3 use MIME::Base64 qw(encode_base64);
  /ndk/tests/build/issue17144-byteswap/
build.sh 26 grep -qw rev16 issue17144-byteswap.s
28 grep -qw rev issue17144-byteswap.s
36 grep -qw 'ro[lr]w' issue17144-byteswap.s
38 egrep -qw 'bswapl?' issue17144-byteswap.s
48 grep -qw wsbh issue17144-byteswap.s
50 grep -wA1 wsbh issue17144-byteswap.s | egrep -qw 'rot?r'
  /ndk/tests/build/cortex-a53-835769/
build.sh 24 grep -w madd cortex-a53-835769-1.s | grep -qw w0,
26 grep -w madd cortex-a53-835769-2.s | grep -qw w0,
  /external/valgrind/coregrind/
link_tool_exe_solaris.in 21 use File::Temp qw/tempfile unlink0/;
22 use Fcntl qw/F_SETFD/;

Completed in 518 milliseconds

1 2 3 4 5