Home
last modified time | relevance | path

Searched refs:input_block (Results 1 – 25 of 30) sorted by relevance

12

/external/libvpx/libvpx/test/
Ddct_partial_test.cc78 Buffer<int16_t> input_block = in RunTest() local
80 ASSERT_TRUE(input_block.Init()); in RunTest()
87 input_block.Set(maxvalue); in RunTest()
89 input_block.Set(minvalue); in RunTest()
91 input_block.Set(&rnd, minvalue, maxvalue); in RunTest()
94 ASM_REGISTER_STATE_CHECK(fwd_txfm_(input_block.TopLeftPixel(), in RunTest()
96 input_block.stride())); in RunTest()
98 EXPECT_EQ(partial_fdct_ref(input_block, size_), in RunTest()
Ddct32x32_test.cc182 DECLARE_ALIGNED(16, int16_t, input_block[kNumCoeffs]); in TEST_P()
188 input_block[j] = (rnd.Rand16() & mask_) - (rnd.Rand16() & mask_); in TEST_P()
192 vpx_fdct32x32_c(input_block, output_ref_block, stride); in TEST_P()
193 ASM_REGISTER_STATE_CHECK(fwd_txfm_(input_block, output_block, stride)); in TEST_P()
Ddct_test.cc274 Buffer<int16_t> input_block = in RunCoeffCheck() local
276 ASSERT_TRUE(input_block.Init()); in RunCoeffCheck()
285 input_block.Set(&rnd, -max_pixel_value_, max_pixel_value_); in RunCoeffCheck()
287 fwd_txfm_ref(input_block, &output_ref_block, size_, tx_type_); in RunCoeffCheck()
288 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(input_block, &output_block)); in RunCoeffCheck()
Ddct16x16_test.cc383 DECLARE_ALIGNED(16, int16_t, input_block[kNumCoeffs]); in RunCoeffCheck()
390 input_block[j] = (rnd.Rand16() & mask_) - (rnd.Rand16() & mask_); in RunCoeffCheck()
393 fwd_txfm_ref(input_block, output_ref_block, pitch_, tx_type_); in RunCoeffCheck()
394 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(input_block, output_block, pitch_)); in RunCoeffCheck()
/external/ImageMagick/MagickCore/
Dcipher.c598 input_block[AESBlocksize], in PasskeyDecipherImage() local
639 (void) memset(input_block,0,sizeof(input_block)); in PasskeyDecipherImage()
641 (void) memcpy(input_block,digest,MagickMin(AESBlocksize, in PasskeyDecipherImage()
642 GetSignatureDigestsize(signature_info))*sizeof(*input_block)); in PasskeyDecipherImage()
674 (void) memcpy(output_block,input_block,AESBlocksize* in PasskeyDecipherImage()
676 IncrementCipherNonce(AESBlocksize,input_block); in PasskeyDecipherImage()
682 (void) memcpy(output_block,input_block,AESBlocksize* in PasskeyDecipherImage()
709 (void) memset(input_block,0,sizeof(input_block)); in PasskeyDecipherImage()
811 input_block[AESBlocksize], in PasskeyEncipherImage() local
859 (void) memset(input_block,0,sizeof(input_block)); in PasskeyEncipherImage()
[all …]
/external/libaom/libaom/test/
Dtransform_test_base.h124 int16_t *input_block = reinterpret_cast<int16_t *>( in RunCoeffCheck() local
137 input_block[in_idx] = (rnd.Rand16() & mask_) - (rnd.Rand16() & mask_); in RunCoeffCheck()
147 fwd_txfm_ref(input_block, output_ref_block, stride, &txfm_param_); in RunCoeffCheck()
148 ASM_REGISTER_STATE_CHECK(RunFwdTxfm(input_block, output_block, stride)); in RunCoeffCheck()
160 aom_free(input_block); in RunCoeffCheck()
173 int16_t *input_block = reinterpret_cast<int16_t *>( in RunInvCoeffCheck() local
189 input_block[in_idx] = (rnd.Rand16() & mask_) - (rnd.Rand16() & mask_); in RunInvCoeffCheck()
195 fwd_txfm_ref(input_block, trans_block, pitch_, &txfm_param_); in RunInvCoeffCheck()
209 aom_free(input_block); in RunInvCoeffCheck()
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc776 const auto input_block = in ComputeBackpropFilter() local
782 out_block = Eigen::internal::pmadd<Packet>(out_bprop_block, input_block, in ComputeBackpropFilter()
806 const auto input_block = in ComputeBackpropFilter() local
812 out_block = Eigen::internal::pmadd<Packet>(out_bprop_block, input_block, in ComputeBackpropFilter()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8_transitional.h2258 const int8* input_block,
2271 &input_block[k_height * workspace_height_stride + sub_block * 2 * 8];
2277 &input_block[k_height * workspace_height_stride +
2434 const int8* input_block,
2441 &input_block[k_height * workspace_height_stride + offset],
2447 &input_block[k_height * workspace_height_stride + offset], 4);
/external/deqp/data/gles31/shaders/es31/
Dlinkage_geometry.test465 case input_block
Dlinkage_tessellation.test1259 case input_block
/external/deqp/data/gles31/shaders/es32/
Dlinkage_geometry.test472 case input_block
Dlinkage_tessellation.test1075 case input_block
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/
Dgles32-master.txt1855 dEQP-GLES31.functional.shaders.linkage.geometry.varying.rules.input_block
1936 dEQP-GLES31.functional.shaders.linkage.tessellation.varying.rules.input_block
Dgles31-master.txt3681 dEQP-GLES31.functional.shaders.linkage.es31.geometry.varying.rules.input_block
3762 dEQP-GLES31.functional.shaders.linkage.es31.tessellation.varying.rules.input_block
/external/deqp/android/cts/lmp/
Dgles31-master.txt3431 dEQP-GLES31.functional.shaders.linkage.es31.geometry.varying.rules.input_block
3508 dEQP-GLES31.functional.shaders.linkage.es31.tessellation.varying.rules.input_block
/external/deqp/android/cts/lmp-mr1/src/
Des31-lmp-mr1.txt3494 dEQP-GLES31.functional.shaders.linkage.es31.geometry.varying.rules.input_block
3571 dEQP-GLES31.functional.shaders.linkage.es31.tessellation.varying.rules.input_block
/external/deqp/android/cts/lmp-mr1/
Dgles31-master.txt3494 dEQP-GLES31.functional.shaders.linkage.es31.geometry.varying.rules.input_block
3571 dEQP-GLES31.functional.shaders.linkage.es31.tessellation.varying.rules.input_block
/external/deqp/android/cts/lmp/src/
Des31-lmp.txt3431 dEQP-GLES31.functional.shaders.linkage.es31.geometry.varying.rules.input_block
3508 dEQP-GLES31.functional.shaders.linkage.es31.tessellation.varying.rules.input_block
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/
Dgles31-master.txt4495 dEQP-GLES31.functional.shaders.linkage.es31.geometry.varying.rules.input_block
4583 dEQP-GLES31.functional.shaders.linkage.es31.tessellation.varying.rules.input_block
4766 dEQP-GLES31.functional.shaders.linkage.es32.geometry.varying.rules.input_block
4850 dEQP-GLES31.functional.shaders.linkage.es32.tessellation.varying.rules.input_block
/external/deqp/android/cts/master/
Dgles31-master.txt4427 dEQP-GLES31.functional.shaders.linkage.es31.geometry.varying.rules.input_block
4515 dEQP-GLES31.functional.shaders.linkage.es31.tessellation.varying.rules.input_block
4698 dEQP-GLES31.functional.shaders.linkage.es32.geometry.varying.rules.input_block
4782 dEQP-GLES31.functional.shaders.linkage.es32.tessellation.varying.rules.input_block
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles31-master.txt4423 dEQP-GLES31.functional.shaders.linkage.es31.geometry.varying.rules.input_block
4511 dEQP-GLES31.functional.shaders.linkage.es31.tessellation.varying.rules.input_block
4694 dEQP-GLES31.functional.shaders.linkage.es32.geometry.varying.rules.input_block
4778 dEQP-GLES31.functional.shaders.linkage.es32.tessellation.varying.rules.input_block
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/
Dgles31-master.txt4412 dEQP-GLES31.functional.shaders.linkage.es31.geometry.varying.rules.input_block
4500 dEQP-GLES31.functional.shaders.linkage.es31.tessellation.varying.rules.input_block
4683 dEQP-GLES31.functional.shaders.linkage.es32.geometry.varying.rules.input_block
4767 dEQP-GLES31.functional.shaders.linkage.es32.tessellation.varying.rules.input_block
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles31-master.txt4340 dEQP-GLES31.functional.shaders.linkage.es31.geometry.varying.rules.input_block
4428 dEQP-GLES31.functional.shaders.linkage.es31.tessellation.varying.rules.input_block
4611 dEQP-GLES31.functional.shaders.linkage.es32.geometry.varying.rules.input_block
4695 dEQP-GLES31.functional.shaders.linkage.es32.tessellation.varying.rules.input_block
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/
Dgles31-master.txt4456 dEQP-GLES31.functional.shaders.linkage.es31.geometry.varying.rules.input_block
4544 dEQP-GLES31.functional.shaders.linkage.es31.tessellation.varying.rules.input_block
4727 dEQP-GLES31.functional.shaders.linkage.es32.geometry.varying.rules.input_block
4811 dEQP-GLES31.functional.shaders.linkage.es32.tessellation.varying.rules.input_block
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/master/
Dgles31-master.txt4468 dEQP-GLES31.functional.shaders.linkage.es31.geometry.varying.rules.input_block
4556 dEQP-GLES31.functional.shaders.linkage.es31.tessellation.varying.rules.input_block
4739 dEQP-GLES31.functional.shaders.linkage.es32.geometry.varying.rules.input_block
4823 dEQP-GLES31.functional.shaders.linkage.es32.tessellation.varying.rules.input_block

12