Home
last modified time | relevance | path

Searched defs:a01 (Results 1 – 25 of 39) sorted by relevance

12

/external/skia/src/core/
DSkMatrixInvert.cpp14 double a01 = inMatrix[1]; in SkInvert2x2Matrix() local
37 double a01 = inMatrix[1]; in SkInvert3x3Matrix() local
74 double a01 = inMatrix[1]; in SkInvert4x4Matrix() local
/external/ComputeLibrary/src/core/helpers/
DScaleHelpers.h62 const float a01 = dequantize_qasymm8(*(pixel_ptr + 1), iq_info); in delta_bilinear_c1_quantized() local
97 const float a01 = dequantize_qasymm8_signed(*(pixel_ptr + 1), iq_info); in delta_bilinear_c1_quantized() local
186 inline float delta_bilinear(float a00, float a01, float a10, float a11, float dx_val, float dy_val) in delta_bilinear()
/external/ComputeLibrary/src/cpu/kernels/
DCpuScaleKernel.cpp366 …const auto a01 = (-1 <= index_w && index_w < in_dim_w - 1 && 0 <= index_h && index_h < in_dim_h) ?… in scale_bilinear_nchw() local
396 const auto a01 = *(pixel_row_ptr + clamped_x1 + clamped_y * in_stride_w); in scale_bilinear_nchw() local
516 … const auto a01 = (-1 <= index_w && index_w < in_dim_w - 1 && 0 <= index_h && index_h < in_dim_h) ? in scale_bilinear_qasymm() local
550 const auto a01 = *(pixel_row_ptr + clamped_w1 * stride_w + clamped_h * stride_h); in scale_bilinear_qasymm() local
/external/ComputeLibrary/src/cpu/kernels/scale/neon/
Dfp16.cpp120 …const auto a01 = (-1 <= offset && offset < in_dim_w - 1 && 0 <= in_hi && in_hi < in_dim_h) ? *(in_… in fp16_neon_scale_bilinear() local
143 …const auto a01 = *(reinterpret_cast<const float16_t *>(in.ptr()) + clamped_w1 * in_stride_c + clam… in fp16_neon_scale_bilinear() local
Dinteger.cpp112 …const auto a01 = (-1 <= offset && offset < input_width - 1 && 0 <= in_hi && in_hi < input_height) … in u8_neon_scale_bilinear() local
592 …const auto a01 = (-1 <= offset && offset < in_dim_w - 1 && 0 <= in_hi && in_hi < in_dim_h) ? *(in_… in s16_neon_scale_bilinear() local
615 …const auto a01 = *(reinterpret_cast<const int16_t *>(in.ptr()) + clamped_w1 * in_stride_c + clampe… in s16_neon_scale_bilinear() local
Dqasymm8.cpp82 …const auto a01 = (-1 <= index_w && index_w + 1 < input_width && 0 <= index_h && index_h < input_he… in qasymm8_neon_scale_bilinear() local
Dqasymm8_signed.cpp81 …const auto a01 = (-1 <= index_w && index_w + 1 < input_width && 0 <= index_h && index_h < input_he… in qasymm8_signed_neon_scale_bilinear() local
/external/dng_sdk/source/
Ddng_matrix.cpp319 dng_matrix_3by3::dng_matrix_3by3 (real64 a00, real64 a01, real64 a02, in dng_matrix_3by3()
385 dng_matrix_4by3::dng_matrix_4by3 (real64 a00, real64 a01, real64 a02, in dng_matrix_4by3()
868 real64 a01 = A [0] [1]; in Invert3by3() local
/external/libopus/silk/arm/
DNSQ_neon.c78 int32x4_t a01 = vld1q_s32(data1); /* data1[0] ... [3] */ in silk_NSQ_noise_shape_feedback_loop_neon() local
/external/libaom/aom_dsp/arm/
Dhighbd_intrapred_neon.c1600 const uint16x4x2_t a01 = vld2_u16(&above[base]); in highbd_dr_prediction_z1_upsample1_neon() local
1609 const uint16x8x2_t a01 = vld2q_u16(&above[base + 2 * c]); in highbd_dr_prediction_z1_upsample1_neon() local
2149 const uint16x4x2_t a01 = vld2_u16(above + base_x0); in highbd_dr_prediction_z2_4x4_neon() local
2191 const uint16x4x2_t a01 = vld2_u16(above + (base_x0 % 2 == 0 ? -2 : -1)); in highbd_dr_prediction_z2_4x4_neon() local
2271 const uint16x4x2_t a01 = vld2_u16(above + base_x0); in highbd_dr_prediction_z2_4x8_neon() local
2312 const uint16x4x2_t a01 = vld2_u16(above + (base_x0 % 2 == 0 ? -2 : -1)); in highbd_dr_prediction_z2_4x8_neon() local
2397 const uint16x8x2_t a01 = vld2q_u16(above + base_x0); in highbd_dr_prediction_z2_8x4_neon() local
2442 const uint16x8x2_t a01 = in highbd_dr_prediction_z2_8x4_neon() local
2532 const uint16x8x2_t a01 = vld2q_u16(above + base_x0); in highbd_dr_prediction_z2_8x8_neon() local
2577 const uint16x8x2_t a01 = in highbd_dr_prediction_z2_8x8_neon() local
Daom_convolve8_neon_i8mm.c285 uint8x16_t a01 = vzipq_u8(a0q, a1q).val[0]; in transpose_concat_4x4() local
311 uint8x16_t a01 = vzipq_u8(a0q, a1q).val[0]; in transpose_concat_8x4() local
Daom_convolve8_neon_dotprod.c302 int8x16_t a01 = vzipq_s8(a0q, a1q).val[0]; in transpose_concat_4x4() local
328 int8x16_t a01 = vzipq_s8(a0q, a1q).val[0]; in transpose_concat_8x4() local
Davg_neon.c261 const uint8x16_t a01 = load_u8_8x2(a + 0 * a_stride, a_stride); in aom_minmax_8x8_neon() local
Dhadamard_neon.c206 const int32x4_t a01 = vld1q_s32(coeff + 64); in aom_hadamard_16x16_neon() local
/external/skia/src/opts/
DSkBitmapProcState_opts.h439 SkPMColor a00, SkPMColor a01, in filter_and_scale_by_alpha()
480 SkPMColor a00, SkPMColor a01, in filter_and_scale_by_alpha()
/external/libvpx/vpx_dsp/arm/
Davg_neon.c183 const uint8x16_t a01 = vcombine_u8(vld1_u8(a), vld1_u8(a + a_stride)); in vpx_minmax_8x8_neon() local
Dvpx_convolve8_neon_i8mm.c359 uint8x16_t a01 = vzipq_u8(a0q, a1q).val[0]; in transpose_concat_4x4() local
385 uint8x16_t a01 = vzipq_u8(a0q, a1q).val[0]; in transpose_concat_8x4() local
Dvpx_convolve8_neon_dotprod.c378 int8x16_t a01 = vzipq_s8(a0q, a1q).val[0]; in transpose_concat_4x4() local
404 int8x16_t a01 = vzipq_s8(a0q, a1q).val[0]; in transpose_concat_8x4() local
/external/pffft/
Dsse2neon.h1298 float32x2_t a01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(a))); in _mm_shuffle_ps_2301() local
1330 float32x2_t a01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(a))); in _mm_shuffle_ps_1001() local
1337 float32x2_t a01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(a))); in _mm_shuffle_ps_0101() local
1403 float32x2_t a01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(a))); in _mm_shuffle_ps_2001() local
1540 int32x2_t a01 = vrev64_s32(vget_low_s32(vreinterpretq_s32_m128i(a))); in _mm_shuffle_epi_2301() local
1573 int32x2_t a01 = vrev64_s32(vget_low_s32(vreinterpretq_s32_m128i(a))); in _mm_shuffle_epi_1001() local
1583 int32x2_t a01 = vrev64_s32(vget_low_s32(vreinterpretq_s32_m128i(a))); in _mm_shuffle_epi_0101() local
1597 int32x2_t a01 = vrev64_s32(vget_low_s32(vreinterpretq_s32_m128i(a))); in _mm_shuffle_epi_0122() local
/external/libvpx/vp8/common/arm/neon/
Dbilinearpredict_neon.c51 uint8x16_t a01, a23; in vp8_bilinear_predict4x4_neon() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_sse.h162 transpose2_64_2_32(const __m128i * restrict a01, in transpose2_64_2_32()
/external/clang/test/SemaTemplate/
Dtemp_arg_nontype.cpp226 A<&i01> a01; in test1() local
/external/libultrahdr/lib/src/
Dicc.cpp36 double a01 = src->vals[1][0]; in Matrix3x3_invert() local
/external/webp/src/dsp/
Denc_sse2.c356 const __m128i a01 = _mm_add_epi16(s01, s32); in FTransformPass1_SSE2() local
415 const __m128i a01 = _mm_add_epi16(*v01, *v32); in FTransformPass2_SSE2() local
1213 const __m128i a01 = _mm_unpacklo_epi32(a0, a1); in SSE4x4_SSE2() local
/external/gmmlib/third_party/sse2neon/
Dsse2neon.h502 float32x2_t a01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(a))); in _mm_shuffle_ps_2301() local
534 float32x2_t a01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(a))); in _mm_shuffle_ps_1001() local
541 float32x2_t a01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(a))); in _mm_shuffle_ps_0101() local
607 float32x2_t a01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(a))); in _mm_shuffle_ps_2001() local
787 int32x2_t a01 = vrev64_s32(vget_low_s32(vreinterpretq_s32_m128i(a))); in _mm_shuffle_epi_2301() local
820 int32x2_t a01 = vrev64_s32(vget_low_s32(vreinterpretq_s32_m128i(a))); in _mm_shuffle_epi_1001() local
830 int32x2_t a01 = vrev64_s32(vget_low_s32(vreinterpretq_s32_m128i(a))); in _mm_shuffle_epi_0101() local
844 int32x2_t a01 = vrev64_s32(vget_low_s32(vreinterpretq_s32_m128i(a))); in _mm_shuffle_epi_0122() local

12