| /external/libvpx/libvpx/vpx_dsp/arm/ |
| highbd_vpx_convolve_neon.c | 17 uint16_t *dst, ptrdiff_t dst_stride, 35 vpx_highbd_convolve8_vert_neon(temp + w * 3, w, dst, dst_stride, filter, 40 uint16_t *dst, ptrdiff_t dst_stride, 55 vpx_highbd_convolve8_avg_vert_neon(temp + w * 3, w, dst, dst_stride, filter,
|
| vpx_convolve_neon.c | 18 ptrdiff_t dst_stride, const InterpKernel *filter, 41 vpx_convolve8_vert_neon(temp + w * 3, w, dst, dst_stride, filter, x0_q4, 46 uint8_t *dst, ptrdiff_t dst_stride, 62 vpx_convolve8_avg_vert_neon(temp + w * 3, w, dst, dst_stride, filter, x0_q4,
|
| /external/libyuv/files/source/ |
| rotate.cc | 28 int dst_stride, 34 int dst_stride, int width) = TransposeWx16_C; 37 int dst_stride, int width) = TransposeWx8_C; 82 TransposeWx16(src, src_stride, dst, dst_stride, width); 90 TransposeWx8(src, src_stride, dst, dst_stride, width); 98 TransposeWxH_C(src, src_stride, dst, dst_stride, width, i); 106 int dst_stride, 114 TransposePlane(src, src_stride, dst, dst_stride, width, height); 121 int dst_stride, 127 dst += dst_stride * (width - 1) [all...] |
| rotate_msa.cc | 57 int dst_stride, 59 TransposeWx8_C(src, src_stride, dst, dst_stride, width); 60 TransposeWx8_C((src + 8 * src_stride), src_stride, (dst + 8), dst_stride, 80 int dst_stride, 135 ST_UB4(dst0, dst1, dst2, dst3, dst, dst_stride); 136 dst += dst_stride * 4; 140 ST_UB4(dst0, dst1, dst2, dst3, dst, dst_stride); 141 dst += dst_stride * 4; 145 ST_UB4(dst0, dst1, dst2, dst3, dst, dst_stride); 146 dst += dst_stride * 4 [all...] |
| /external/libvpx/libvpx/vpx_dsp/mips/ |
| sub_pixel_variance_msa.c | 384 int32_t dst_stride, const uint8_t *filter, int32_t height, int32_t *diff) { 401 LW4(dst, dst_stride, ref0, ref1, ref2, ref3); 402 dst += (4 * dst_stride); 424 int32_t dst_stride, const uint8_t *filter, int32_t height, int32_t *diff) { 440 LD_UB4(dst, dst_stride, ref0, ref1, ref2, ref3); 441 dst += (4 * dst_stride); 465 int32_t dst_stride, const uint8_t *filter, int32_t height, int32_t *diff) { 483 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3); 484 dst += (4 * dst_stride); 512 int32_t dst_stride, const uint8_t *filter, int32_t height, int32_t *diff) [all...] |
| convolve2_vert_dspr2.c | 22 uint8_t *dst, int32_t dst_stride, 42 prefetch_store(dst + dst_stride); 108 dst += dst_stride; 113 uint8_t *dst, int32_t dst_stride, 132 prefetch_store(dst + dst_stride); 198 dst += dst_stride; 203 uint8_t *dst, ptrdiff_t dst_stride, 224 convolve_bi_vert_4_dspr2(src, src_stride, dst, dst_stride, filter_y, w, 229 convolve_bi_vert_64_dspr2(src, src_stride, dst, dst_stride, filter_y, h); 232 vpx_convolve8_vert_c(src, src_stride, dst, dst_stride, filter, x0_q4 [all...] |
| /external/adhd/cras/src/server/ |
| cras_mix.c | 68 unsigned int count, unsigned int dst_stride, 71 ops->add_scale_stride(fmt, dst, src, count, dst_stride, src_stride,
|
| /external/mesa3d/src/gallium/auxiliary/util/ |
| u_format.c | 297 float *dst, unsigned dst_stride, 313 format_desc->unpack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h); 320 void *dst, unsigned dst_stride, 332 dst_row = (uint8_t *)dst + y*dst_stride + x*(format_desc->block.bits/8); 335 format_desc->pack_rgba_float(dst_row, dst_stride, src_row, src_stride, w, h); 340 util_format_read_4ub(enum pipe_format format, uint8_t *dst, unsigned dst_stride, const void *src, unsigned src_stride, unsigned x, unsigned y, unsigned w, unsigned h) 354 format_desc->unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h); 359 util_format_write_4ub(enum pipe_format format, const uint8_t *src, unsigned src_stride, void *dst, unsigned dst_stride, unsigned x, unsigned y, unsigned w, unsigned h) 370 dst_row = (uint8_t *)dst + y*dst_stride + x*(format_desc->block.bits/8); 373 format_desc->pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h) [all...] |
| /external/webrtc/webrtc/modules/video_processing/util/ |
| denoiser_filter.h | 41 int dst_stride) = 0; 45 int dst_stride) = 0;
|
| /external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
| rotate.h | 56 uint8* dst, int dst_stride, 62 uint8* dst, int dst_stride, 67 uint8* dst, int dst_stride, 72 uint8* dst, int dst_stride, 103 uint8* dst, int dst_stride,
|
| /external/libvpx/libvpx/vp8/encoder/ |
| encodeintra.c | 49 int dst_stride = x->e_mbd.dst.y_stride; local 51 unsigned char *Above = dst - dst_stride; 55 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode, b->predictor, 65 vp8_short_idct4x4llm(b->dqcoeff, b->predictor, 16, dst, dst_stride); 67 vp8_dc_only_idct_add(b->dqcoeff[0], b->predictor, 16, dst, dst_stride);
|
| /external/libvpx/libvpx/vpx_dsp/x86/ |
| vpx_subpixel_8t_intrin_avx2.c | 46 ptrdiff_t src_stride, dst_stride; local 57 dst_stride = output_pitch << 1; 113 output_ptr += dst_stride; 166 ptrdiff_t dst_stride, uint32_t output_height, const int16_t *filter) { 167 vpx_filter_block1d16_h8_x_avx2(src_ptr, src_stride, output_ptr, dst_stride, 173 ptrdiff_t dst_stride, uint32_t output_height, const int16_t *filter) { 174 vpx_filter_block1d16_h8_x_avx2(src_ptr, src_stride, output_ptr, dst_stride, 185 ptrdiff_t src_stride, dst_stride; local 192 dst_stride = out_pitch << 1; 272 output_ptr += dst_stride; [all...] |
| vpx_subpixel_8t_intrin_ssse3.c | 215 // uint8_t *dst, ptrdiff_t dst_stride, 220 // uint8_t *dst, ptrdiff_t dst_stride, 225 // uint8_t *dst, ptrdiff_t dst_stride, 230 // uint8_t *dst, ptrdiff_t dst_stride, 260 const ptrdiff_t dst_stride) { 265 store_8bit_8x8(s, dst, dst_stride); 270 const ptrdiff_t dst_stride, 301 transpose8x8_to_dst(temp, 8, dst + x, dst_stride); 305 dst += dst_stride * 8; 336 const ptrdiff_t dst_stride) { [all...] |
| /external/libyuv/files/include/libyuv/ |
| rotate.h | 73 int dst_stride, 83 int dst_stride, 91 int dst_stride, 99 int dst_stride, 145 int dst_stride,
|
| /external/libvpx/libvpx/vp9/encoder/arm/neon/ |
| vp9_frame_scale_neon.c | 29 const int dst_stride, const int w, 46 dst += dst_stride - max_width; 53 const int dst_stride, const int w, 70 dst += dst_stride - max_width; 102 const int dst_stride, const int w, const int h, const int16_t c0, 131 dst += dst_stride - max_width; 137 const int dst_stride, const int w, const int h, const int16_t c0, 171 dst += dst_stride - max_width; 184 uint8_t *dst, const int dst_stride, 276 vst1_u8(dst + 0 * dst_stride, d[0]) [all...] |
| /hardware/qcom/display/msm8084/libcopybit/ |
| software_converter.cpp | 130 int dst_stride; member in struct:copyInfo 157 dst += info.dst_stride; 168 dst += info.dst_stride; 198 info.dst_stride = ALIGN(info.width, 16); 203 info.dst_plane1_offset = info.dst_stride*info.height; 208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); 243 info.dst_stride = ALIGN(info.width, 32); 248 info.dst_plane1_offset = info.dst_stride*info.height; 253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
|
| /hardware/qcom/display/msm8226/libcopybit/ |
| software_converter.cpp | 130 int dst_stride; member in struct:copyInfo 157 dst += info.dst_stride; 168 dst += info.dst_stride; 198 info.dst_stride = ALIGN(info.width, 16); 203 info.dst_plane1_offset = info.dst_stride*info.height; 208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); 243 info.dst_stride = ALIGN(info.width, 32); 248 info.dst_plane1_offset = info.dst_stride*info.height; 253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
|
| /hardware/qcom/display/msm8909/libcopybit/ |
| software_converter.cpp | 130 int dst_stride; member in struct:copyInfo 157 dst += info.dst_stride; 168 dst += info.dst_stride; 198 info.dst_stride = ALIGN(info.width, 16); 203 info.dst_plane1_offset = info.dst_stride*info.height; 208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); 243 info.dst_stride = ALIGN(info.width, 32); 248 info.dst_plane1_offset = info.dst_stride*info.height; 253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
|
| /hardware/qcom/display/msm8909w_3100/libcopybit/ |
| software_converter.cpp | 130 int dst_stride; member in struct:copyInfo 157 dst += info.dst_stride; 168 dst += info.dst_stride; 198 info.dst_stride = ALIGN(info.width, 16); 203 info.dst_plane1_offset = info.dst_stride*info.height; 208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); 243 info.dst_stride = ALIGN(info.width, 32); 248 info.dst_plane1_offset = info.dst_stride*info.height; 253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
|
| /hardware/qcom/display/msm8960/libcopybit/ |
| software_converter.cpp | 130 int dst_stride; member in struct:copyInfo 156 dst += info.dst_stride; 167 dst += info.dst_stride; 197 info.dst_stride = ALIGN(info.width, 16); 202 info.dst_plane1_offset = info.dst_stride*info.height; 207 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); 242 info.dst_stride = ALIGN(info.width, 32); 247 info.dst_plane1_offset = info.dst_stride*info.height; 252 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
|
| /hardware/qcom/display/msm8994/libcopybit/ |
| software_converter.cpp | 131 int dst_stride; member in struct:copyInfo 158 dst += info.dst_stride; 169 dst += info.dst_stride; 199 info.dst_stride = ALIGN(info.width, 16); 204 info.dst_plane1_offset = info.dst_stride*info.height; 209 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); 244 info.dst_stride = ALIGN(info.width, 32); 249 info.dst_plane1_offset = info.dst_stride*info.height; 254 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
|
| /hardware/qcom/display/msm8996/libcopybit/ |
| software_converter.cpp | 130 int dst_stride; member in struct:copyInfo 157 dst += info.dst_stride; 168 dst += info.dst_stride; 198 info.dst_stride = ALIGN(info.width, 16); 203 info.dst_plane1_offset = info.dst_stride*info.height; 208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); 243 info.dst_stride = ALIGN(info.width, 32); 248 info.dst_plane1_offset = info.dst_stride*info.height; 253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
|
| /hardware/qcom/display/msm8998/libcopybit/ |
| software_converter.cpp | 132 int dst_stride; member in struct:copyInfo 159 dst += info.dst_stride; 170 dst += info.dst_stride; 200 info.dst_stride = ALIGN(info.width, 16); 205 info.dst_plane1_offset = info.dst_stride*info.height; 210 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); 245 info.dst_stride = ALIGN(info.width, 32); 250 info.dst_plane1_offset = info.dst_stride*info.height; 255 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
|
| /external/libvpx/config/x86/ |
| vp8_rtcd.h | 61 void vp8_copy32xn_c(const unsigned char *src_ptr, int source_stride, unsigned char *dst_ptr, int dst_stride, int n); 62 void vp8_copy32xn_sse2(const unsigned char *src_ptr, int source_stride, unsigned char *dst_ptr, int dst_stride, int n); 63 void vp8_copy32xn_sse3(const unsigned char *src_ptr, int source_stride, unsigned char *dst_ptr, int dst_stride, int n); 78 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 79 void vp8_dc_only_idct_add_mmx(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 115 void vp8_filter_by_weight16x16_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight); 116 void vp8_filter_by_weight16x16_sse2(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight); 119 void vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight); 122 void vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight); 123 void vp8_filter_by_weight8x8_sse2(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight) [all...] |
| /external/libvpx/config/x86_64/ |
| vp8_rtcd.h | 61 void vp8_copy32xn_c(const unsigned char *src_ptr, int source_stride, unsigned char *dst_ptr, int dst_stride, int n); 62 void vp8_copy32xn_sse2(const unsigned char *src_ptr, int source_stride, unsigned char *dst_ptr, int dst_stride, int n); 63 void vp8_copy32xn_sse3(const unsigned char *src_ptr, int source_stride, unsigned char *dst_ptr, int dst_stride, int n); 78 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 79 void vp8_dc_only_idct_add_mmx(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 115 void vp8_filter_by_weight16x16_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight); 116 void vp8_filter_by_weight16x16_sse2(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight); 119 void vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight); 122 void vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight); 123 void vp8_filter_by_weight8x8_sse2(unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight) [all...] |