| /external/libvpx/libvpx/vp8/common/mips/msa/ |
| copymem_msa.c | 15 int32_t dst_stride) { 19 SD4(src0, src1, src2, src3, dst, dst_stride); 23 int32_t dst_stride) { 28 SD4(src0, src1, src2, src3, dst, dst_stride); 29 dst += (4 * dst_stride); 32 SD4(src0, src1, src2, src3, dst, dst_stride); 36 int32_t dst_stride) { 44 ST_UB8(src0, src1, src2, src3, src4, src5, src6, src7, dst, dst_stride); 45 dst += (8 * dst_stride); 46 ST_UB8(src8, src9, src10, src11, src12, src13, src14, src15, dst, dst_stride); [all...] |
| mfqe_msa.c | 16 uint8_t *dst_ptr, int32_t dst_stride, 33 LD2(dst_ptr, dst_stride, dst0_d, dst1_d); 39 LD2((dst_ptr + 2 * dst_stride), dst_stride, dst0_d, dst1_d); 51 ST8x2_UB(dst0, dst_ptr, dst_stride); 52 dst_ptr += (2 * dst_stride); 62 ST8x2_UB(dst1, dst_ptr, dst_stride); 63 dst_ptr += (2 * dst_stride); 68 uint8_t *dst_ptr, int32_t dst_stride, 84 LD_SB4(dst_ptr, dst_stride, dst0, dst1, dst2, dst3) [all...] |
| bilinear_filter_msa.c | 31 uint8_t *RESTRICT dst, int32_t dst_stride, 47 ST4x4_UB(res0, res1, 0, 1, 0, 1, dst, dst_stride); 51 uint8_t *RESTRICT dst, int32_t dst_stride, 71 ST4x4_UB(res0, res1, 0, 1, 0, 1, dst, dst_stride); 72 dst += (4 * dst_stride); 73 ST4x4_UB(res2, res3, 0, 1, 0, 1, dst, dst_stride); 77 uint8_t *RESTRICT dst, int32_t dst_stride, 80 common_hz_2t_4x4_msa(src, src_stride, dst, dst_stride, filter); 82 common_hz_2t_4x8_msa(src, src_stride, dst, dst_stride, filter); 87 uint8_t *RESTRICT dst, int32_t dst_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 | 59 int dst_stride); 76 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); 79 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); 85 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); 88 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); 94 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); 97 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); 103 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); 106 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); 112 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_s3tc.c | 90 int dst_stride) 241 util_format_dxtn_rgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, 254 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps; 270 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, 274 util_format_dxtn_rgb_unpack_rgba_8unorm(dst_row, dst_stride, 282 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, 286 util_format_dxtn_rgb_unpack_rgba_8unorm(dst_row, dst_stride, 294 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, 298 util_format_dxtn_rgb_unpack_rgba_8unorm(dst_row, dst_stride, 306 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, [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 | 37 util_format_r9g9b9e5_float_unpack_rgba_float(float *dst_row, unsigned dst_stride, 42 util_format_r9g9b9e5_float_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, 51 util_format_r9g9b9e5_float_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, 56 util_format_r9g9b9e5_float_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, 62 util_format_r11g11b10_float_unpack_rgba_float(float *dst_row, unsigned dst_stride, 67 util_format_r11g11b10_float_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, 76 util_format_r11g11b10_float_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, 81 util_format_r11g11b10_float_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, 87 util_format_r1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, 92 util_format_r1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, [all...] |
| u_format_yuv.h | 125 util_format_uyvy_unpack_rgba_float(float *dst_row, unsigned dst_stride, 130 util_format_uyvy_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, 135 util_format_uyvy_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, 140 util_format_uyvy_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, 149 util_format_yuyv_unpack_rgba_float(float *dst_row, unsigned dst_stride, 154 util_format_yuyv_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, 159 util_format_yuyv_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, 164 util_format_yuyv_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, 174 util_format_yv12_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, 178 util_format_yv12_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, [all...] |
| u_format_zs.c | 115 util_format_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, 123 dst_row += dst_stride/sizeof(*dst_row); 128 util_format_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, 136 dst_row += dst_stride/sizeof(*dst_row); 141 util_format_z16_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, 154 dst_row += dst_stride/sizeof(*dst_row); 159 util_format_z16_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, 172 dst_row += dst_stride/sizeof(*dst_row); 178 util_format_z16_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, 191 dst_row += dst_stride/sizeof(*dst_row) [all...] |
| u_format_latc.c | 46 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) 48 util_format_rgtc1_unorm_unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, width, height); 52 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, 55 util_format_rgtc1_unorm_pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, width, height); 59 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) 69 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4; 85 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) 87 util_format_rgtc1_unorm_pack_rgba_float(dst_row, dst_stride, src_row, src_stride, width, height); 109 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) 115 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 [all...] |
| /external/libvpx/libvpx/vpx_dsp/arm/ |
| highbd_vpx_convolve_copy_neon.c | 17 uint16_t *dst, ptrdiff_t dst_stride, 32 dst += dst_stride; 35 dst += dst_stride; 42 dst += dst_stride; 45 dst += dst_stride; 52 dst += dst_stride; 55 dst += dst_stride; 58 dst += dst_stride; 61 dst += dst_stride; 68 dst += dst_stride; [all...] |
| highbd_vpx_convolve8_neon.c | 139 uint16_t *dst, ptrdiff_t dst_stride, 144 vpx_highbd_convolve8_horiz_c(src, src_stride, dst, dst_stride, filter, 152 assert(!(dst_stride & 3)); 174 __builtin_prefetch(dst + 0 * dst_stride); 175 __builtin_prefetch(dst + 1 * dst_stride); 176 __builtin_prefetch(dst + 2 * dst_stride); 177 __builtin_prefetch(dst + 3 * dst_stride); 195 vst1_u16(dst + 0 * dst_stride, vget_low_u16(d01)); 196 vst1_u16(dst + 1 * dst_stride, vget_low_u16(d23)); 197 vst1_u16(dst + 2 * dst_stride, vget_high_u16(d01)) [all...] |
| vpx_convolve8_neon.c | 56 uint8_t *dst, ptrdiff_t dst_stride, 64 assert(!(dst_stride & 3)); 98 __builtin_prefetch(dst + 0 * dst_stride); 99 __builtin_prefetch(dst + 1 * dst_stride); 100 __builtin_prefetch(dst + 2 * dst_stride); 101 __builtin_prefetch(dst + 3 * dst_stride); 129 vst1_lane_u32((uint32_t *)(dst + 0 * dst_stride), 131 vst1_lane_u32((uint32_t *)(dst + 1 * dst_stride), 133 vst1_lane_u32((uint32_t *)(dst + 2 * dst_stride), 135 vst1_lane_u32((uint32_t *)(dst + 3 * dst_stride), [all...] |
| vpx_convolve_avg_neon.c | 17 uint8_t *dst, ptrdiff_t dst_stride, 39 (const uint32_t *)(dst + dst_stride), vreinterpret_u32_u8(dd0), 1)); 42 dst += dst_stride; 44 dst += dst_stride; 56 d1 = vld1_u8(dst + dst_stride); 63 dst += dst_stride; 65 dst += dst_stride; 76 d1 = vld1q_u8(dst + dst_stride); 82 dst += dst_stride; 84 dst += dst_stride; [all...] |
| vpx_convolve_copy_neon.c | 17 uint8_t *dst, ptrdiff_t dst_stride, 31 dst += dst_stride; 34 dst += dst_stride; 46 dst += dst_stride; 48 dst += dst_stride; 60 dst += dst_stride; 62 dst += dst_stride; 77 dst += dst_stride; 80 dst += dst_stride; 96 dst += dst_stride; [all...] |
| /external/libvpx/libvpx/vpx_dsp/mips/ |
| vpx_convolve_copy_msa.c | 16 uint8_t *dst, int32_t dst_stride, int32_t height) { 35 SD4(out0, out1, out2, out3, dst, dst_stride); 36 dst += (4 * dst_stride); 37 SD4(out4, out5, out6, out7, dst, dst_stride); 38 dst += (4 * dst_stride); 47 SD4(out0, out1, out2, out3, dst, dst_stride); 48 dst += (4 * dst_stride); 64 SD4(out0, out1, out2, out3, dst, dst_stride); 65 dst += (4 * dst_stride); 66 SD4(out4, out5, out6, out7, dst, dst_stride); [all...] |
| vpx_convolve_avg_msa.c | 15 int32_t dst_stride, int32_t height) { 26 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3); 35 SW4(out0, out1, out2, out3, dst, dst_stride); 36 dst += (4 * dst_stride); 43 LD_UB2(dst, dst_stride, dst0, dst1); 50 dst += dst_stride; 52 dst += dst_stride; 58 int32_t dst_stride, int32_t height) { 67 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3); 76 SD4(out0, out1, out2, out3, dst, dst_stride); [all...] |
| /external/libvpx/libvpx/vp9/common/mips/msa/ |
| vp9_mfqe_msa.c | 16 uint8_t *dst_ptr, int32_t dst_stride, 33 LD2(dst_ptr, dst_stride, dst0_d, dst1_d); 39 LD2((dst_ptr + 2 * dst_stride), dst_stride, dst0_d, dst1_d); 51 ST8x2_UB(dst0, dst_ptr, dst_stride); 52 dst_ptr += (2 * dst_stride); 62 ST8x2_UB(dst1, dst_ptr, dst_stride); 63 dst_ptr += (2 * dst_stride); 69 int32_t dst_stride, int32_t src_weight) { 81 LD_SB4(dst_ptr, dst_stride, dst0, dst1, dst2, dst3) [all...] |
| /external/libvpx/libvpx/vpx_dsp/ppc/ |
| vpx_convolve_vsx.c | 18 uint8_t *dst, ptrdiff_t dst_stride, int32_t h) { 24 dst += dst_stride; 29 uint8_t *dst, ptrdiff_t dst_stride, int32_t h) { 36 dst += dst_stride; 41 uint8_t *dst, ptrdiff_t dst_stride, int32_t h) { 50 dst += dst_stride; 55 uint8_t *dst, ptrdiff_t dst_stride, 66 copy_w16(src, src_stride, dst, dst_stride, h); 70 copy_w32(src, src_stride, dst, dst_stride, h); 74 copy_w64(src, src_stride, dst, dst_stride, h) [all...] |
| /external/libvpx/libvpx/vp8/common/arm/neon/ |
| copymem_neon.c | 14 unsigned char *dst, int dst_stride) { 22 dst += dst_stride; 27 unsigned char *dst, int dst_stride) { 35 dst += dst_stride; 40 unsigned char *dst, int dst_stride) { 48 dst += dst_stride;
|
| /external/libvpx/libvpx/vp8/common/ |
| reconintra4x4.h | 21 int dst_stride = xd->dst.y_stride; local 22 unsigned char *above_right_dst = xd->dst.y_buffer - dst_stride + 16; 25 unsigned int *dst_ptr0 = (unsigned int *)(above_right_dst + 4 * dst_stride); 26 unsigned int *dst_ptr1 = (unsigned int *)(above_right_dst + 8 * dst_stride); 27 unsigned int *dst_ptr2 = (unsigned int *)(above_right_dst + 12 * dst_stride); 36 unsigned char *dst, int dst_stride,
|
| /external/libvpx/libvpx/vpx_dsp/x86/ |
| convolve.h | 26 ptrdiff_t dst_stride, const InterpKernel *filter_kernel, int x0_q4, \ 38 dst_stride, h, filter); \ 45 dst_stride, h, filter); \ 48 dst_stride, h, filter); \ 53 dst_stride, h, filter); \ 60 dst_stride, h, filter); \ 63 dst_stride, h, filter); \ 71 ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, \ 87 vpx_convolve8_##avg##vert_##opt(fdata2 + 3 * 64, 64, dst, dst_stride, \ 94 vpx_convolve8_##avg##vert_##opt(fdata2, 64, dst, dst_stride, filter, [all...] |
| /external/libyuv/files/include/libyuv/ |
| rotate_row.h | 71 int dst_stride, 78 int dst_stride, 83 int dst_stride, 88 int dst_stride, 93 int dst_stride, 98 int dst_stride, 103 int dst_stride, 108 int dst_stride, 113 int dst_stride, 119 int dst_stride, [all...] |