/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_asm_stubs.c | 27 void vp9_convolve8_##name##_##opt(const uint8_t *src, ptrdiff_t src_stride, \ 36 src_stride, \ 47 src_stride, \ 58 src_stride, \ 70 src_stride, \ 81 src_stride, \ 92 src_stride, \ 104 vp9_convolve8_##name##_c(src, src_stride, dst, dst_stride, \ 111 void vp9_convolve8_##avg##opt(const uint8_t *src, ptrdiff_t src_stride, \ 122 vp9_convolve8_horiz_##opt(src - 3 * src_stride, src_stride, fdata2, 64, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_tile_image.c | 89 tile_4_4_uint32(const uint32_t *src, uint32_t *dst, unsigned src_stride) 92 const uint32_t *s1 = s0 + src_stride; 93 const uint32_t *s2 = s1 + src_stride; 94 const uint32_t *s3 = s2 + src_stride; 109 tile_4_4_uint16(const uint16_t *src, uint16_t *dst, unsigned src_stride) 112 const uint16_t *s1 = s0 + src_stride; 113 const uint16_t *s2 = s1 + src_stride; 114 const uint16_t *s3 = s2 + src_stride; 146 const uint src_stride = dst_stride * TILE_VECTOR_WIDTH; local 148 const uint tiles_per_row = src_stride / (tile_w * tile_h * bpp) [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_asm_stubs.c | 27 void vp9_convolve8_##name##_##opt(const uint8_t *src, ptrdiff_t src_stride, \ 36 src_stride, \ 47 src_stride, \ 58 src_stride, \ 70 src_stride, \ 81 src_stride, \ 92 src_stride, \ 104 vp9_convolve8_##name##_c(src, src_stride, dst, dst_stride, \ 111 void vp9_convolve8_##avg##opt(const uint8_t *src, ptrdiff_t src_stride, \ 122 vp9_convolve8_horiz_##opt(src - 3 * src_stride, src_stride, fdata2, 64, [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tile_image.c | 89 tile_4_4_uint32(const uint32_t *src, uint32_t *dst, unsigned src_stride) 92 const uint32_t *s1 = s0 + src_stride; 93 const uint32_t *s2 = s1 + src_stride; 94 const uint32_t *s3 = s2 + src_stride; 109 tile_4_4_uint16(const uint16_t *src, uint16_t *dst, unsigned src_stride) 112 const uint16_t *s1 = s0 + src_stride; 113 const uint16_t *s2 = s1 + src_stride; 114 const uint16_t *s3 = s2 + src_stride; 146 const uint src_stride = dst_stride * TILE_VECTOR_WIDTH; local 148 const uint tiles_per_row = src_stride / (tile_w * tile_h * bpp) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_asm_stubs.c | 27 void vp9_convolve8_##name##_##opt(const uint8_t *src, ptrdiff_t src_stride, \ 36 src_stride, \ 47 src_stride, \ 58 src_stride, \ 70 src_stride, \ 81 src_stride, \ 92 src_stride, \ 104 vp9_convolve8_##name##_c(src, src_stride, dst, dst_stride, \ 111 void vp9_convolve8_##avg##opt(const uint8_t *src, ptrdiff_t src_stride, \ 122 vp9_convolve8_horiz_##opt(src - 3 * src_stride, src_stride, fdata2, 64, [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_rgtc.c | 51 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) 71 src_row += src_stride; 77 unsigned src_stride, unsigned width, unsigned height) 88 tmp[j][i] = src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4]; 99 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) 119 src_row += src_stride; 124 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) 135 tmp[j][i] = float_to_ubyte(src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4]); 163 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) 169 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 [all...] |
u_rect.c | 41 * src_stride may be negative to do vertical flip of pixels from source. 52 int src_stride, 57 int src_stride_pos = src_stride < 0 ? -src_stride : src_stride; 79 if (width == dst_stride && width == src_stride) 85 src += src_stride;
|
u_format.h | 208 const uint8_t *src, unsigned src_stride, 219 const uint8_t *src, unsigned src_stride, 240 const uint8_t *src, unsigned src_stride, 251 const float *src, unsigned src_stride, 272 const uint8_t *src, unsigned src_stride, 283 const uint32_t *src, unsigned src_stride, 294 const uint8_t *src, unsigned src_stride, 305 const float *src, unsigned src_stride, 316 const uint8_t *src, unsigned src_stride, 327 const uint8_t *src, unsigned src_stride, [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_rgtc.c | 51 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) 71 src_row += src_stride; 77 unsigned src_stride, unsigned width, unsigned height) 88 tmp[j][i] = src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4]; 99 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) 119 src_row += src_stride; 124 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) 135 tmp[j][i] = float_to_ubyte(src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4]); 163 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) 169 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 [all...] |
u_rect.c | 41 * src_stride may be negative to do vertical flip of pixels from source. 52 int src_stride, 57 int src_stride_pos = src_stride < 0 ? -src_stride : src_stride; 79 if (width == dst_stride && width == src_stride) 85 src += src_stride;
|
u_format.h | 208 const uint8_t *src, unsigned src_stride, 219 const uint8_t *src, unsigned src_stride, 240 const uint8_t *src, unsigned src_stride, 251 const float *src, unsigned src_stride, 272 const uint8_t *src, unsigned src_stride, 283 const uint32_t *src, unsigned src_stride, 294 const uint8_t *src, unsigned src_stride, 305 const float *src, unsigned src_stride, 316 const uint8_t *src, unsigned src_stride, 327 const uint8_t *src, unsigned src_stride, [all...] |
/external/chromium_org/third_party/libyuv/source/ |
scale_argb.cc | 35 int src_stride, int dst_stride, 40 int row_stride = src_stride * (dy >> 16); 41 void (*ScaleARGBRowDown2)(const uint8* src_argb, ptrdiff_t src_stride, 50 src_argb += (y >> 16) * src_stride + (x >> 16) * 4; 52 src_argb += (y >> 16) * src_stride + ((x >> 16) - 1) * 4; 72 src_stride = 0; 75 ScaleARGBRowDown2(src_argb, src_stride, dst_argb, dst_width); 86 int src_stride, int dst_stride, 93 int row_stride = src_stride * (dy >> 16); 94 void (*ScaleARGBRowDown2)(const uint8* src_argb, ptrdiff_t src_stride, [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texcompress_etc.c | 96 unsigned src_stride, 101 src_row, src_stride,
|
/external/mesa3d/src/mesa/main/ |
texcompress_etc.c | 96 unsigned src_stride, 101 src_row, src_stride,
|
/external/libvpx/generic/ |
vp8_rtcd.h | 152 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 155 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 158 void vp8_sad16x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array); 161 void vp8_sad16x16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array); 164 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 167 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 170 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array); 173 void vp8_sad16x8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array); 176 unsigned int vp8_sad4x4_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 179 void vp8_sad4x4x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array) [all...] |
/external/libvpx/mips/ |
vp8_rtcd.h | 152 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 155 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 158 void vp8_sad16x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array); 161 void vp8_sad16x16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array); 164 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 167 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 170 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array); 173 void vp8_sad16x8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array); 176 unsigned int vp8_sad4x4_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 179 void vp8_sad4x4x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array) [all...] |
/external/libvpx/mips-dspr2/ |
vp8_rtcd.h | 163 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 166 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 169 void vp8_sad16x16x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array); 172 void vp8_sad16x16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array); 175 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 178 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 181 void vp8_sad16x8x4d_c(const unsigned char *src_ptr, int src_stride, const unsigned char * const ref_ptr[], int ref_stride, unsigned int *sad_array); 184 void vp8_sad16x8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned short *sad_array); 187 unsigned int vp8_sad4x4_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 190 void vp8_sad4x4x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
vp8_rtcd.h | 157 unsigned int vp8_sad4x4_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 160 unsigned int vp8_sad8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 163 unsigned int vp8_sad8x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 166 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 169 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 172 void vp8_sad4x4x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 175 void vp8_sad8x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 178 void vp8_sad8x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 181 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 184 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
vp8_rtcd.h | 157 unsigned int vp8_sad4x4_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 160 unsigned int vp8_sad8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 163 unsigned int vp8_sad8x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 166 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 169 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 172 void vp8_sad4x4x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 175 void vp8_sad8x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 178 void vp8_sad8x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 181 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 184 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
vp8_rtcd.h | 175 unsigned int vp8_sad4x4_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 178 unsigned int vp8_sad8x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 181 unsigned int vp8_sad8x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 184 unsigned int vp8_sad16x8_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 187 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad); 190 void vp8_sad4x4x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 193 void vp8_sad8x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 196 void vp8_sad8x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 199 void vp8_sad16x8x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array); 202 void vp8_sad16x16x3_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sad_array) [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/ |
vp8_enc_stubs_mmx.c | 68 void vp8_subtract_b_mmx_impl(unsigned char *z, int src_stride, 74 unsigned int src_stride = be->src_stride; local 77 vp8_subtract_b_mmx_impl(z, src_stride, diff, predictor, pitch);
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
vp8_enc_stubs_mmx.c | 68 void vp8_subtract_b_mmx_impl(unsigned char *z, int src_stride, 74 unsigned int src_stride = be->src_stride; local 77 vp8_subtract_b_mmx_impl(z, src_stride, diff, predictor, pitch);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
vp8_enc_stubs_mmx.c | 68 void vp8_subtract_b_mmx_impl(unsigned char *z, int src_stride, 74 unsigned int src_stride = be->src_stride; local 77 vp8_subtract_b_mmx_impl(z, src_stride, diff, predictor, pitch);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_variance.c | 123 const uint8_t *src, int src_stride, \ 130 var_filter_block2d_bil_first_pass(src, fdata3, src_stride, 1, H + 1, W, \ 140 const uint8_t *src, int src_stride, \ 149 var_filter_block2d_bil_first_pass(src, fdata3, src_stride, 1, H + 1, W, \ 159 unsigned int vp9_mse16x16_c(const uint8_t *src, int src_stride, 163 variance(src, src_stride, ref, ref_stride, 16, 16, sse, &sum); 167 unsigned int vp9_mse16x8_c(const uint8_t *src, int src_stride, 171 variance(src, src_stride, ref, ref_stride, 16, 8, sse, &sum); 175 unsigned int vp9_mse8x16_c(const uint8_t *src, int src_stride, 179 variance(src, src_stride, ref, ref_stride, 8, 16, sse, &sum) [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
vp9_variance_avx2.c | 48 int src_stride, 60 int src_stride, 186 int src_stride, 194 int se = vp9_sub_pixel_variance32xh_avx2(src, src_stride, x_offset, 199 int se2 = vp9_sub_pixel_variance32xh_avx2(src + 32, src_stride, 210 int src_stride, 218 int se = vp9_sub_pixel_variance32xh_avx2(src, src_stride, x_offset, 226 int src_stride, 236 int se = vp9_sub_pixel_avg_variance32xh_avx2(src, src_stride, x_offset, 241 int se2 = vp9_sub_pixel_avg_variance32xh_avx2(src + 32, src_stride, x_offset [all...] |