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

1 2 3 4 5 6 7 8

  /external/libvpx/libvpx/vp8/common/
copy_c.c 18 unsigned char *dst_ptr, int dst_stride, int height) {
22 memcpy(dst_ptr, src_ptr, 32);
25 dst_ptr += dst_stride;
filter.c 126 int xoffset, int yoffset, unsigned char *dst_ptr,
134 filter_block2d(src_ptr, dst_ptr, src_pixels_per_line, dst_pitch, HFilter,
138 int xoffset, int yoffset, unsigned char *dst_ptr,
152 filter_block2d_second_pass(FData + 16, dst_ptr, dst_pitch, 8, 8, 8, 8,
157 int xoffset, int yoffset, unsigned char *dst_ptr,
171 filter_block2d_second_pass(FData + 16, dst_ptr, dst_pitch, 8, 8, 4, 8,
176 int xoffset, int yoffset, unsigned char *dst_ptr,
190 filter_block2d_second_pass(FData + 32, dst_ptr, dst_pitch, 16, 16, 16, 16,
204 * OUTPUTS : INT32 *dst_ptr : Pointer to filtered block.
217 unsigned char *src_ptr, unsigned short *dst_ptr, unsigned int src_stride
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
vp8_asm_stubs.c 79 int xoffset, int yoffset, unsigned char *dst_ptr,
88 vp8_filter_block1dc_v6_mmx(FData2 + 8, dst_ptr, dst_pitch, 8, 4, 4, 4,
96 int yoffset, unsigned char *dst_ptr,
109 vp8_filter_block1d16_v6_sse2(FData2 + 32, dst_ptr, dst_pitch, 32, 16, 16,
114 vp8_filter_block1d16_h6_only_sse2(src_ptr, src_pixels_per_line, dst_ptr,
122 vp8_filter_block1d16_v6_sse2(FData2 + 32, dst_ptr, dst_pitch, 32, 16, 16,
129 unsigned char *dst_ptr, int dst_pitch) {
140 vp8_filter_block1d8_v6_sse2(FData2 + 16, dst_ptr, dst_pitch, 16, 8, 8,
145 vp8_filter_block1d8_h6_only_sse2(src_ptr, src_pixels_per_line, dst_ptr,
152 src_pixels_per_line, dst_ptr, dst_pitch, 8
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/neon/
dc_only_idct_add_neon.c 16 int pred_stride, unsigned char *dst_ptr,
36 vst1_lane_u32((uint32_t *)dst_ptr, vreinterpret_u32_u8(d2u8), 0);
37 dst_ptr += dst_stride;
38 vst1_lane_u32((uint32_t *)dst_ptr, vreinterpret_u32_u8(d2u8), 1);
39 dst_ptr += dst_stride;
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_gcc.cc 98 uint8_t* dst_ptr,
116 "+r"(dst_ptr), // %1
124 uint8_t* dst_ptr,
148 "+r"(dst_ptr), // %1
156 uint8_t* dst_ptr,
187 "+r"(dst_ptr), // %1
196 uint8_t* dst_ptr,
216 "+r"(dst_ptr), // %1
224 uint8_t* dst_ptr,
250 "+r"(dst_ptr), // %
    [all...]
scale_neon.cc 100 uint8_t* dst_ptr,
110 "+r"(dst_ptr), // %1
118 uint8_t* dst_ptr,
140 "+r"(dst_ptr), // %1
154 uint8_t* dst_ptr,
165 "+r"(dst_ptr), // %1
173 uint8_t* dst_ptr,
220 "+r"(dst_ptr), // %1
230 uint8_t* dst_ptr,
259 "+r"(dst_ptr), // %
    [all...]
scale_neon64.cc 97 uint8_t* dst_ptr,
107 "+r"(dst_ptr), // %1
115 uint8_t* dst_ptr,
136 "+r"(dst_ptr), // %1
150 uint8_t* dst_ptr,
161 "+r"(dst_ptr), // %1
169 uint8_t* dst_ptr,
216 "+r"(dst_ptr), // %1
226 uint8_t* dst_ptr,
257 "+r"(dst_ptr), // %
    [all...]
scale.cc 43 uint8_t* dst_ptr,
47 uint8_t* dst_ptr, int dst_width) =
127 ScaleRowDown2(src_ptr, src_stride, dst_ptr, dst_width);
129 dst_ptr += dst_stride;
140 uint16_t* dst_ptr,
144 uint16_t* dst_ptr, int dst_width) =
178 ScaleRowDown2(src_ptr, src_stride, dst_ptr, dst_width);
180 dst_ptr += dst_stride;
195 uint8_t* dst_ptr,
199 uint8_t* dst_ptr, int dst_width)
    [all...]
  /external/libaom/libaom/third_party/libyuv/include/libyuv/
scale_row.h 159 void ScaleCols_C(uint8* dst_ptr, const uint8* src_ptr,
161 void ScaleCols_16_C(uint16* dst_ptr, const uint16* src_ptr,
163 void ScaleColsUp2_C(uint8* dst_ptr, const uint8* src_ptr,
165 void ScaleColsUp2_16_C(uint16* dst_ptr, const uint16* src_ptr,
167 void ScaleFilterCols_C(uint8* dst_ptr, const uint8* src_ptr,
169 void ScaleFilterCols_16_C(uint16* dst_ptr, const uint16* src_ptr,
171 void ScaleFilterCols64_C(uint8* dst_ptr, const uint8* src_ptr,
173 void ScaleFilterCols64_16_C(uint16* dst_ptr, const uint16* src_ptr,
181 uint8* dst_ptr, int dst_width);
184 uint16* dst_ptr, int dst_width)
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale_row.h 240 void ScaleCols_C(uint8_t* dst_ptr,
245 void ScaleCols_16_C(uint16_t* dst_ptr,
250 void ScaleColsUp2_C(uint8_t* dst_ptr,
255 void ScaleColsUp2_16_C(uint16_t* dst_ptr,
260 void ScaleFilterCols_C(uint8_t* dst_ptr,
265 void ScaleFilterCols_16_C(uint16_t* dst_ptr,
270 void ScaleFilterCols64_C(uint8_t* dst_ptr,
275 void ScaleFilterCols64_16_C(uint16_t* dst_ptr,
290 uint8_t* dst_ptr,
294 uint16_t* dst_ptr,
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/mmi/
idctllm_mmi.c 41 int pred_stride, unsigned char *dst_ptr,
137 "gsswlc1 %[ftmp1], 0x03(%[dst_ptr]) \n\t"
138 "gsswrc1 %[ftmp1], 0x00(%[dst_ptr]) \n\t"
140 MMI_ADDU(%[dst_ptr], %[dst_ptr], %[dst_stride])
152 "gsswlc1 %[ftmp2], 0x03(%[dst_ptr]) \n\t"
153 "gsswrc1 %[ftmp2], 0x00(%[dst_ptr]) \n\t"
155 MMI_ADDU(%[dst_ptr], %[dst_ptr], %[dst_stride])
167 "gsswlc1 %[ftmp3], 0x03(%[dst_ptr]) \n\t
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/sycl/
sycl_device_context.cc 32 void *dst_ptr = DMAHelper::base(device_tensor); local
36 static_cast<float *>(dst_ptr), static_cast<const float *>(src_ptr),
41 static_cast<double *>(dst_ptr),
46 static_cast<int32 *>(dst_ptr), static_cast<const int32 *>(src_ptr),
51 static_cast<int64 *>(dst_ptr), static_cast<const int64 *>(src_ptr),
56 static_cast<Eigen::half *>(dst_ptr),
61 static_cast<std::complex<float> *>(dst_ptr),
66 static_cast<std::complex<double> *>(dst_ptr),
71 static_cast<int8 *>(dst_ptr), static_cast<const int8 *>(src_ptr),
76 static_cast<int16 *>(dst_ptr), static_cast<const int16 *>(src_ptr)
110 void *dst_ptr = DMAHelper::base(cpu_tensor); local
    [all...]
  /external/libaom/libaom/third_party/libyuv/source/
scale_neon.cc 102 uint8* dst_ptr, int dst_width) {
113 "+r"(dst_ptr), // %1
121 uint8* dst_ptr, int dst_width) {
148 "+r"(dst_ptr), // %1
163 uint8* dst_ptr, int dst_width) {
175 "+r"(dst_ptr), // %1
184 uint8* dst_ptr, int dst_width) {
234 "+r"(dst_ptr), // %1
244 uint8* dst_ptr, int dst_width) {
276 "+r"(dst_ptr), // %
    [all...]
scale_neon64.cc 97 uint8* dst_ptr, int dst_width) {
107 "+r"(dst_ptr), // %1
115 uint8* dst_ptr, int dst_width) {
140 "+r"(dst_ptr), // %1
155 uint8* dst_ptr, int dst_width) {
166 "+r"(dst_ptr), // %1
175 uint8* dst_ptr, int dst_width) {
224 "+r"(dst_ptr), // %1
235 uint8* dst_ptr, int dst_width) {
268 "+r"(dst_ptr), // %
    [all...]
scale.cc 39 const uint8* src_ptr, uint8* dst_ptr,
43 uint8* dst_ptr, int dst_width) =
91 IS_ALIGNED(dst_ptr, 4) && IS_ALIGNED(dst_stride, 4)) {
102 ScaleRowDown2(src_ptr, src_stride, dst_ptr, dst_width);
104 dst_ptr += dst_stride;
111 const uint16* src_ptr, uint16* dst_ptr,
115 uint16* dst_ptr, int dst_width) =
141 IS_ALIGNED(dst_ptr, 4) && IS_ALIGNED(dst_stride, 4)) {
152 ScaleRowDown2(src_ptr, src_stride, dst_ptr, dst_width);
154 dst_ptr += dst_stride
    [all...]
  /external/libyuv/files/source/
scale_neon.cc 108 uint8* dst_ptr,
120 "+r"(dst_ptr), // %1
129 uint8* dst_ptr,
156 "+r"(dst_ptr), // %1
171 uint8* dst_ptr,
184 "+r"(dst_ptr), // %1
193 uint8* dst_ptr,
243 "+r"(dst_ptr), // %1
253 uint8* dst_ptr,
285 "+r"(dst_ptr), // %
    [all...]
scale_dspr2.cc 500 uint8* dst_ptr,
536 "addiu %[dst_ptr], %[dst_ptr], 3 \n"
539 "sb $t4, -1(%[dst_ptr]) \n"
540 "sb $t6, -2(%[dst_ptr]) \n"
542 " sb $t0, -3(%[dst_ptr]) \n"
544 : [src_ptr] "+r"(src_ptr), [dst_ptr] "+r"(dst_ptr), [t] "+r"(t),
552 uint8* dst_ptr,
    [all...]
scale.cc 43 uint8* dst_ptr,
47 uint8* dst_ptr, int dst_width) =
109 IS_ALIGNED(dst_ptr, 4) && IS_ALIGNED(dst_stride, 4)) {
134 ScaleRowDown2(src_ptr, src_stride, dst_ptr, dst_width);
136 dst_ptr += dst_stride;
147 uint16* dst_ptr,
151 uint16* dst_ptr, int dst_width) =
182 IS_ALIGNED(dst_ptr, 4) && IS_ALIGNED(dst_stride, 4)) {
193 ScaleRowDown2(src_ptr, src_stride, dst_ptr, dst_width);
195 dst_ptr += dst_stride
    [all...]
scale_neon64.cc 106 uint8* dst_ptr,
118 "+r"(dst_ptr), // %1
127 uint8* dst_ptr,
153 "+r"(dst_ptr), // %1
168 uint8* dst_ptr,
181 "+r"(dst_ptr), // %1
190 uint8* dst_ptr,
240 "+r"(dst_ptr), // %1
251 uint8* dst_ptr,
285 "+r"(dst_ptr), // %
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
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);
93 PCKEV_ST_SB(res_h_r, res_h_l, dst_ptr);
    [all...]
  /external/libyuv/files/include/libyuv/
scale_row.h 243 void ScaleCols_C(uint8* dst_ptr,
248 void ScaleCols_16_C(uint16* dst_ptr,
253 void ScaleColsUp2_C(uint8* dst_ptr,
258 void ScaleColsUp2_16_C(uint16* dst_ptr,
263 void ScaleFilterCols_C(uint8* dst_ptr,
268 void ScaleFilterCols_16_C(uint16* dst_ptr,
273 void ScaleFilterCols64_C(uint8* dst_ptr,
278 void ScaleFilterCols64_16_C(uint16* dst_ptr,
293 uint8* dst_ptr,
297 uint16* dst_ptr,
    [all...]
  /external/gemmlowp/internal/
kernel_sse.h 40 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride,
180 "paddd 0x00(%[dst_ptr]) , %%xmm4 \n\t"
181 "paddd 0x00(%[dst_ptr], %%eax, 1) , %%xmm5 \n\t"
182 "paddd 0x00(%[dst_ptr], %%eax, 2) , %%xmm6 \n\t"
183 "paddd 0x00(%[dst_ptr], %%ecx, 1) , %%xmm7 \n\t"
188 "movdqu %%xmm4 , 0x00(%[dst_ptr]) \n\t"
189 "movdqu %%xmm5 , 0x00(%[dst_ptr], %%eax, 1)\n\t"
190 "movdqu %%xmm6 , 0x00(%[dst_ptr], %%eax, 2)\n\t"
191 "movdqu %%xmm7 , 0x00(%[dst_ptr], %%ecx, 1)\n\t"
195 [dst_ptr] "+r"(dst_ptr
    [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);
68 int32_t src_stride, uint8_t *dst_ptr,
81 LD_SB4(dst_ptr, dst_stride, dst0, dst1, dst2, dst3);
90 PCKEV_ST_SB(res_h_r, res_h_l, dst_ptr);
    [all...]
  /external/libvpx/config/x86/
vp8_rtcd.h 30 void vp8_bilinear_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
31 void vp8_bilinear_predict16x16_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
32 void vp8_bilinear_predict16x16_ssse3(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
35 void vp8_bilinear_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
36 void vp8_bilinear_predict4x4_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
39 void vp8_bilinear_predict8x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
40 void vp8_bilinear_predict8x4_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
43 void vp8_bilinear_predict8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
44 void vp8_bilinear_predict8x8_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
45 void vp8_bilinear_predict8x8_ssse3(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch)
    [all...]
  /external/libvpx/config/x86_64/
vp8_rtcd.h 30 void vp8_bilinear_predict16x16_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
31 void vp8_bilinear_predict16x16_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
32 void vp8_bilinear_predict16x16_ssse3(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
35 void vp8_bilinear_predict4x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
36 void vp8_bilinear_predict4x4_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
39 void vp8_bilinear_predict8x4_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
40 void vp8_bilinear_predict8x4_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
43 void vp8_bilinear_predict8x8_c(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
44 void vp8_bilinear_predict8x8_sse2(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch);
45 void vp8_bilinear_predict8x8_ssse3(unsigned char *src_ptr, int src_pixels_per_line, int xoffset, int yoffset, unsigned char *dst_ptr, int dst_pitch)
    [all...]

Completed in 750 milliseconds

1 2 3 4 5 6 7 8