/external/libvpx/libvpx/vp9/encoder/ |
vp9_sad_c.c | 21 int src_stride, \ 25 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, m, n); \ 28 int src_stride, \ 35 return sad_mx_n_c(src_ptr, src_stride, comp_pred, m, m, n); \ 53 int src_stride, 57 sad_array[0] = vp9_sad64x32(src_ptr, src_stride, 59 sad_array[1] = vp9_sad64x32(src_ptr, src_stride, 61 sad_array[2] = vp9_sad64x32(src_ptr, src_stride, 63 sad_array[3] = vp9_sad64x32(src_ptr, src_stride, 68 int src_stride, [all...] |
/external/libvpx/libvpx/vp8/common/ |
sad_c.c | 17 static unsigned int sad_mx_n_c(const unsigned char *src_ptr, int src_stride, 34 src_ptr += src_stride; 45 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, 49 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 16); 52 unsigned int vp8_sad8x8_c(const unsigned char *src_ptr, int src_stride, 56 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 8, 8); 59 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride, 63 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 8); 67 unsigned int vp8_sad8x16_c(const unsigned char *src_ptr, int src_stride, 71 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 8, 16) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_zs.h | 37 util_format_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 41 util_format_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 45 util_format_z16_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 49 util_format_z16_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 53 util_format_z16_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 57 util_format_z16_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height); 61 util_format_z32_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 65 util_format_z32_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 69 util_format_z32_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 73 util_format_z32_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height) [all...] |
u_format_s3tc.h | 45 (*util_format_dxtn_fetch_t)( int src_stride, 73 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 76 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 82 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 85 util_format_dxt1_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 91 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 94 util_format_dxt3_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 100 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 103 util_format_dxt5_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 109 util_format_dxt1_srgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) [all...] |
u_format_rgtc.h | 35 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 38 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 41 util_format_rgtc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 44 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 55 util_format_rgtc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 58 util_format_rgtc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 61 util_format_rgtc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 64 util_format_rgtc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 74 util_format_rgtc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 77 util_format_rgtc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) [all...] |
u_format_latc.h | 35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 41 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 55 util_format_latc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 58 util_format_latc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 61 util_format_latc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 64 util_format_latc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 74 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 77 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) [all...] |
u_format_other.h | 38 const uint8_t *src_row, unsigned src_stride, 43 const float *src_row, unsigned src_stride, 52 const uint8_t *src_row, unsigned src_stride, 57 const uint8_t *src_row, unsigned src_stride, 63 const uint8_t *src_row, unsigned src_stride, 68 const float *src_row, unsigned src_stride, 77 const uint8_t *src_row, unsigned src_stride, 82 const uint8_t *src_row, unsigned src_stride, 88 const uint8_t *src_row, unsigned src_stride, 93 const float *src_row, unsigned src_stride, [all...] |
u_format_yuv.h | 126 const uint8_t *src_row, unsigned src_stride, 131 const uint8_t *src_row, unsigned src_stride, 136 const float *src_row, unsigned src_stride, 141 const uint8_t *src_row, unsigned src_stride, 150 const uint8_t *src_row, unsigned src_stride, 155 const uint8_t *src_row, unsigned src_stride, 160 const float *src_row, unsigned src_stride, 165 const uint8_t *src_row, unsigned src_stride, 175 const uint8_t *src_row, unsigned src_stride, 179 const uint8_t *src_row, unsigned src_stride, [all...] |
u_format_zs.c | 116 const uint8_t *src_row, unsigned src_stride, 122 src_row += src_stride/sizeof(*src_row); 129 const uint8_t *src_row, unsigned src_stride, 135 src_row += src_stride/sizeof(*src_row); 142 const uint8_t *src_row, unsigned src_stride, 156 src_row += src_stride/sizeof(*src_row); 163 const float *src_row, unsigned src_stride, 179 src_row += src_stride/sizeof(*src_row); 185 const uint8_t *src_row, unsigned src_stride, 199 src_row += src_stride/sizeof(*src_row) [all...] |
u_format_etc.c | 14 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) 16 etc1_unpack_rgba8888(dst_row, dst_stride, src_row, src_stride, width, height); 20 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) 26 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) 55 src_row += src_stride; 60 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height)
|
u_format_s3tc.c | 41 util_format_dxt1_rgb_fetch_stub(int src_stride, 51 util_format_dxt1_rgba_fetch_stub(int src_stride, 61 util_format_dxt3_rgba_fetch_stub(int src_stride, 71 util_format_dxt5_rgba_fetch_stub(int src_stride, 245 const uint8_t *src_row, unsigned src_stride, 263 src_row += src_stride; 269 const uint8_t *src_row, unsigned src_stride, 273 src_row, src_stride, 280 const uint8_t *src_row, unsigned src_stride, 284 src_row, src_stride, [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_zs.h | 37 util_format_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 41 util_format_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 45 util_format_z16_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 49 util_format_z16_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 53 util_format_z16_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 57 util_format_z16_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height); 61 util_format_z32_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 65 util_format_z32_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 69 util_format_z32_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 73 util_format_z32_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height) [all...] |
u_format_s3tc.h | 45 (*util_format_dxtn_fetch_t)( int src_stride, 73 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 76 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 82 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 85 util_format_dxt1_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 91 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 94 util_format_dxt3_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 100 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 103 util_format_dxt5_rgba_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 109 util_format_dxt1_srgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) [all...] |
u_format_rgtc.h | 35 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 38 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 41 util_format_rgtc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 44 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 55 util_format_rgtc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 58 util_format_rgtc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 61 util_format_rgtc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 64 util_format_rgtc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 74 util_format_rgtc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 77 util_format_rgtc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) [all...] |
u_format_latc.h | 35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 41 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 55 util_format_latc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 58 util_format_latc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 61 util_format_latc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 64 util_format_latc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 74 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 77 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) [all...] |
u_format_other.h | 38 const uint8_t *src_row, unsigned src_stride, 43 const float *src_row, unsigned src_stride, 52 const uint8_t *src_row, unsigned src_stride, 57 const uint8_t *src_row, unsigned src_stride, 63 const uint8_t *src_row, unsigned src_stride, 68 const float *src_row, unsigned src_stride, 77 const uint8_t *src_row, unsigned src_stride, 82 const uint8_t *src_row, unsigned src_stride, 88 const uint8_t *src_row, unsigned src_stride, 93 const float *src_row, unsigned src_stride, [all...] |
u_format_yuv.h | 126 const uint8_t *src_row, unsigned src_stride, 131 const uint8_t *src_row, unsigned src_stride, 136 const float *src_row, unsigned src_stride, 141 const uint8_t *src_row, unsigned src_stride, 150 const uint8_t *src_row, unsigned src_stride, 155 const uint8_t *src_row, unsigned src_stride, 160 const float *src_row, unsigned src_stride, 165 const uint8_t *src_row, unsigned src_stride, 175 const uint8_t *src_row, unsigned src_stride, 179 const uint8_t *src_row, unsigned src_stride, [all...] |
u_format_zs.c | 116 const uint8_t *src_row, unsigned src_stride, 122 src_row += src_stride/sizeof(*src_row); 129 const uint8_t *src_row, unsigned src_stride, 135 src_row += src_stride/sizeof(*src_row); 142 const uint8_t *src_row, unsigned src_stride, 156 src_row += src_stride/sizeof(*src_row); 163 const float *src_row, unsigned src_stride, 179 src_row += src_stride/sizeof(*src_row); 185 const uint8_t *src_row, unsigned src_stride, 199 src_row += src_stride/sizeof(*src_row) [all...] |
u_format_etc.c | 14 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) 16 etc1_unpack_rgba8888(dst_row, dst_stride, src_row, src_stride, width, height); 20 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) 26 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) 55 src_row += src_stride; 60 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height)
|
u_format_s3tc.c | 41 util_format_dxt1_rgb_fetch_stub(int src_stride, 51 util_format_dxt1_rgba_fetch_stub(int src_stride, 61 util_format_dxt3_rgba_fetch_stub(int src_stride, 71 util_format_dxt5_rgba_fetch_stub(int src_stride, 245 const uint8_t *src_row, unsigned src_stride, 263 src_row += src_stride; 269 const uint8_t *src_row, unsigned src_stride, 273 src_row, src_stride, 280 const uint8_t *src_row, unsigned src_stride, 284 src_row, src_stride, [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_sad_sse3.asm | 16 %define src_stride rax 33 movsxd rax, dword ptr arg(1) ; src_stride 39 %define src_stride rdx 49 %define src_stride rsi 64 %define src_stride 174 ; int src_stride, 183 PROCESS_16X2X3 0, src_ptr, ref_ptr, src_stride, ref_stride 184 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride 185 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride 186 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_strid [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_asm_stubs.c | 124 void vp9_convolve8_horiz_ssse3(const uint8_t *src, ptrdiff_t src_stride, 132 vp9_filter_block1d16_h8_ssse3(src, src_stride, 140 vp9_filter_block1d8_h8_ssse3(src, src_stride, 148 vp9_filter_block1d4_h8_ssse3(src, src_stride, 157 vp9_convolve8_horiz_c(src, src_stride, dst, dst_stride, 163 void vp9_convolve8_vert_ssse3(const uint8_t *src, ptrdiff_t src_stride, 170 vp9_filter_block1d16_v8_ssse3(src - src_stride * 3, src_stride, 178 vp9_filter_block1d8_v8_ssse3(src - src_stride * 3, src_stride, [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
sad_sse3.asm | 16 %define src_stride rax 33 movsxd rax, dword ptr arg(1) ; src_stride 39 %define src_stride rdx 49 %define src_stride rsi 64 %define src_stride 89 %define src_stride rax 109 movsxd rbx, dword ptr arg(1) ; src_stride 117 %define src_stride rdx 129 %define src_stride rsi 145 %define src_stride [all...] |
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_convolve_neon.c | 15 void vp9_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride, 29 return vp9_convolve8_c(src, src_stride, 40 vp9_convolve8_horiz_neon(src - src_stride * 3, src_stride, 52 void vp9_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride, 61 return vp9_convolve8_avg_c(src, src_stride, 70 vp9_convolve8_horiz_neon(src - src_stride * 3, src_stride,
|
/external/libyuv/files/include/libyuv/ |
rotate.h | 55 void RotatePlane90(const uint8* src, int src_stride, 60 void RotatePlane180(const uint8* src, int src_stride, 65 void RotatePlane270(const uint8* src, int src_stride, 70 void RotateUV90(const uint8* src, int src_stride, 80 void RotateUV180(const uint8* src, int src_stride, 86 void RotateUV270(const uint8* src, int src_stride, 95 void TransposePlane(const uint8* src, int src_stride, 100 void TransposeUV(const uint8* src, int src_stride,
|