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

1 2 3 4 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
reconintra4x4.c 19 unsigned char *dst, int dst_stride,
51 dst += dst_stride;
73 dst += dst_stride;
95 dst += dst_stride;
118 dst += dst_stride;
125 dst[0 * dst_stride + 0] = (ptr[0] + ptr[1] * 2 + ptr[2] + 2) >> 2;
126 dst[0 * dst_stride + 1] =
127 dst[1 * dst_stride + 0] = (ptr[1] + ptr[2] * 2 + ptr[3] + 2) >> 2;
128 dst[0 * dst_stride + 2] =
129 dst[1 * dst_stride + 1]
    [all...]
reconintra4x4.h 23 int dst_stride = xd->dst.y_stride; local
24 unsigned char *above_right_dst = xd->dst.y_buffer - dst_stride + 16;
27 unsigned int *dst_ptr0 = (unsigned int *)(above_right_dst + 4 * dst_stride);
28 unsigned int *dst_ptr1 = (unsigned int *)(above_right_dst + 8 * dst_stride);
29 unsigned int *dst_ptr2 = (unsigned int *)(above_right_dst + 12 * dst_stride);
  /external/libvpx/libvpx/vp8/common/
reconintra4x4.h 23 int dst_stride = xd->dst.y_stride; local
24 unsigned char *above_right_dst = xd->dst.y_buffer - dst_stride + 16;
27 unsigned int *dst_ptr0 = (unsigned int *)(above_right_dst + 4 * dst_stride);
28 unsigned int *dst_ptr1 = (unsigned int *)(above_right_dst + 8 * dst_stride);
29 unsigned int *dst_ptr2 = (unsigned int *)(above_right_dst + 12 * dst_stride);
39 unsigned char *dst, int dst_stride,
copy_c.c 19 unsigned char *dst_ptr, int dst_stride,
29 dst_ptr += dst_stride;
  /external/mesa3d/src/gallium/auxiliary/util/
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_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_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_etc.h 32 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);
35 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);
38 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);
41 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_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_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_s3tc.h 56 int dst_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_rect.c 46 unsigned dst_stride,
75 dst += dst_y * dst_stride;
79 if (width == dst_stride && width == src_stride)
84 dst += dst_stride;
93 unsigned dst_stride,
117 dst += dst_y * dst_stride;
122 if(dst_stride == width_size)
127 dst += dst_stride;
136 dst += dst_stride;
144 dst += dst_stride;
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
rotate_mips.cc 26 uint8* dst, int dst_stride, int width) {
37 "andi $t1, %[dst_stride], 0x3 \n"
41 //dst + dst_stride word aligned
66 " addu %[dst], %[dst], %[dst_stride] \n"
68 //dst + dst_stride unaligned
95 "addu %[dst], %[dst], %[dst_stride] \n"
102 [dst_stride] "r" (dst_stride)
110 uint8* dst, int dst_stride, int width) {
125 "andi $t1, %[dst_stride], 0x3 \n
    [all...]
rotate_any.cc 23 uint8* dst, int dst_stride, int width) { \
27 TPOS_SIMD(src, src_stride, dst, dst_stride, n); \
29 TPOS_C(src + n, src_stride, dst + n * dst_stride, dst_stride, r); \
rotate_gcc.cc 25 uint8* dst, int dst_stride, int width) {
103 "r"((intptr_t)(dst_stride)) // %4
240 uint8* dst, int dst_stride, int width) {
370 "r"((intptr_t)(dst_stride)) // %4
  /external/libvpx/libvpx/vp8/common/arm/neon/
copymem_neon.c 17 int dst_stride) {
25 dst += dst_stride;
33 int dst_stride) {
41 dst += dst_stride;
49 int dst_stride) {
57 dst += dst_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
copymem_neon.c 17 int dst_stride) {
25 dst += dst_stride;
33 int dst_stride) {
41 dst += dst_stride;
49 int dst_stride) {
57 dst += dst_stride;
  /external/libvpx/libvpx/vp8/common/mips/msa/
copymem_msa.c 15 uint8_t *dst, int32_t dst_stride)
20 SD4(src0, src1, src2, src3, dst, dst_stride);
24 uint8_t *dst, int32_t dst_stride)
30 SD4(src0, src1, src2, src3, dst, dst_stride);
31 dst += (4 * dst_stride);
34 SD4(src0, src1, src2, src3, dst, dst_stride);
38 uint8_t *dst, int32_t dst_stride)
48 ST_UB8(src0, src1, src2, src3, src4, src5, src6, src7, dst, dst_stride);
49 dst += (8 * dst_stride);
51 dst_stride);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
vpx_convolve_avg_neon.c 20 ptrdiff_t dst_stride, // r3
46 d += dst_stride;
57 dst += dst_stride;
69 d += dst_stride;
72 d += dst_stride;
81 dst += dst_stride;
84 dst += dst_stride;
93 d += dst_stride;
95 d += dst_stride;
101 dst += dst_stride;
    [all...]
vpx_convolve_copy_neon.c 20 ptrdiff_t dst_stride, // r3
44 dst += dst_stride;
57 dst += dst_stride;
60 dst += dst_stride;
70 dst += dst_stride;
72 dst += dst_stride;
82 dst += dst_stride;
84 dst += dst_stride;
90 dst += dst_stride;
  /external/libvpx/libvpx/vpx_dsp/mips/
vpx_convolve_copy_msa.c 15 uint8_t *dst, int32_t dst_stride, int32_t height) {
34 SD4(out0, out1, out2, out3, dst, dst_stride);
35 dst += (4 * dst_stride);
36 SD4(out4, out5, out6, out7, dst, dst_stride);
37 dst += (4 * dst_stride);
46 SD4(out0, out1, out2, out3, dst, dst_stride);
47 dst += (4 * dst_stride);
63 SD4(out0, out1, out2, out3, dst, dst_stride);
64 dst += (4 * dst_stride);
65 SD4(out4, out5, out6, out7, dst, dst_stride);
    [all...]
vpx_convolve_avg_msa.c 14 uint8_t *dst, int32_t dst_stride, int32_t height) {
25 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3);
34 SW4(out0, out1, out2, out3, dst, dst_stride);
35 dst += (4 * dst_stride);
42 LD_UB2(dst, dst_stride, dst0, dst1);
49 dst += dst_stride;
51 dst += dst_stride;
57 uint8_t *dst, int32_t dst_stride, int32_t height) {
66 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3);
75 SD4(out0, out1, out2, out3, dst, dst_stride);
    [all...]
  /external/libyuv/files/source/
rotate_argb.cc 37 uint8* dst, int dst_stride,
44 IS_ALIGNED(dst, 16) && IS_ALIGNED(dst_stride, 16)) {
52 dst += dst_stride;
58 uint8* dst, int dst_stride,
65 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
69 uint8* dst, int dst_stride,
74 dst += dst_stride * (width - 1);
75 dst_stride = -dst_stride;
76 ARGBTranspose(src, src_stride, dst, dst_stride, width, height)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
vpx_convolve.h 21 uint8_t *dst, ptrdiff_t dst_stride,
28 uint8_t *dst, ptrdiff_t dst_stride,
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
reconinter_dspr2.c 31 int dst_stride)
57 dst += dst_stride;
66 int dst_stride)
87 dst += dst_stride;
96 int dst_stride)
117 dst += dst_stride;

Completed in 210 milliseconds

1 2 3 4 5 6 7 8 91011>>