Home
last modified time | relevance | path

Searched refs:out_3 (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dfdct_neon.c71 int16x4_t out_3 = vrshrn_n_s32(temp4, DCT_CONST_BITS); in vpx_fdct4x4_neon() local
73 transpose_s16_4x4d(&out_0, &out_1, &out_2, &out_3); in vpx_fdct4x4_neon()
78 input_3 = out_3; in vpx_fdct4x4_neon()
Dfwd_txfm_neon.c33 int16x8_t out_0, out_1, out_2, out_3, out_4, out_5, out_6, out_7; in vpx_fdct8x8_neon() local
125 out_3 = vcombine_s16(e, g); // 30 31 32 33 70 71 72 73 in vpx_fdct8x8_neon()
144 vtrnq_s32(vreinterpretq_s32_s16(out_1), vreinterpretq_s32_s16(out_3)); in vpx_fdct8x8_neon()
/external/tensorflow/tensorflow/python/keras/layers/
Dlocal_test.py328 out_3 = model_3(inputs)
333 out_2, out_3, rtol=1e-5, atol=1e-5)
335 out_1, out_3, rtol=1e-5, atol=1e-5)
360 out_3 = model_3(inputs)
365 out_2, out_3, atol=2e-4)
367 out_1, out_3, atol=2e-4)
/external/libaom/libaom/aom_dsp/arm/
Dfwd_txfm_neon.c68 int16x4_t out_3 = vrshrn_n_s32(temp4, DCT_CONST_BITS); in aom_fdct4x4_helper() local
70 transpose_s16_4x4d(&out_0, &out_1, &out_2, &out_3); in aom_fdct4x4_helper()
75 *input_3 = out_3; in aom_fdct4x4_helper()
124 int16x8_t out_0, out_1, out_2, out_3, out_4, out_5, out_6, out_7; in aom_fdct8x8_neon() local
216 out_3 = vcombine_s16(e, g); // 30 31 32 33 70 71 72 73 in aom_fdct8x8_neon()
233 vtrnq_s32(vreinterpretq_s32_s16(out_1), vreinterpretq_s32_s16(out_3)); in aom_fdct8x8_neon()
/external/libhevc/common/arm/
Dihevc_resi_trans_neon.c82 int16x4_t out_0, out_1, out_2, out_3; in ihevc_resi_trans_4x4_neon() local
161 out_3 = vrshrn_n_s32(temp4, 9); in ihevc_resi_trans_4x4_neon()
166 vst1_s16(pi2_dst + 3 * dst_strd, out_3); in ihevc_resi_trans_4x4_neon()
/external/tensorflow/tensorflow/python/kernel_tests/
Darray_ops_test.py1544 out_3 = array_ops.unravel_index(indices_3, dims_3)
1545 self.assertAllEqual(out_3, [[3, 6, 6], [4, 5, 1]])
/external/tensorflow/tensorflow/python/framework/
Dops_test.py1418 out_3 = _apply_op(
1423 out_3.op.node_def)