Home
last modified time | relevance | path

Searched refs:index_2 (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dresize_bicubic_op.cc79 int64 index_2; member
106 out->index_2 = Bound(in_loc + 1, limit); in GetWeightsAndIndices()
108 (out->index_2 == in_loc + 1 ? coeffs_table[(kTableSize - offset) * 2] in GetWeightsAndIndices()
131 out->index_2 = Bound(in_loc + 1, limit); in GetWeightsAndIndices()
217 x_wai.advance = calc.Advance(x_wai.index_0, x_wai.index_1, x_wai.index_2, in ComputeXWeightsAndIndices()
225 x_wai.advance = calc.Advance(x_wai.index_0, x_wai.index_1, x_wai.index_2, in ComputeXWeightsAndIndices()
233 (*x_wais)[x].index_2 *= resizer_state.channels; in ComputeXWeightsAndIndices()
248 x_wai.advance = calc.Advance(x_wai.index_0, x_wai.index_1, x_wai.index_2, in ComputeGradientXWeightsAndIndices()
258 x_wai.advance = calc.Advance(x_wai.index_0, x_wai.index_1, x_wai.index_2, in ComputeGradientXWeightsAndIndices()
280 x_index = x_wai.index_2; in ComputeYInterpolation()
[all …]
/external/vboot_reference/tests/tpm_lite/
Dreadonly.c66 uint32_t index_0, index_1, index_2, index_3; in main() local
88 TlclRead(INDEX2, (uint8_t*) &index_2, sizeof(index_2)) != TPM_SUCCESS || in main()
/external/libxaac/decoder/
Dixheaacd_env_dec.c100 WORD32 index_2; in ixheaacd_map_res_energy() local
101 index_2 = ((index + index) - ixheaacd_drc_offset); in ixheaacd_map_res_energy()
102 prev_data[index_2] = curr_val; in ixheaacd_map_res_energy()
103 prev_data[index_2 + 1] = curr_val; in ixheaacd_map_res_energy()
115 WORD32 index_2; in ixheaacd_map_res_energy() local
116 index_2 = ((index + index) + ixheaacd_drc_offset); in ixheaacd_map_res_energy()
117 prev_data[index_2] = curr_val; in ixheaacd_map_res_energy()
118 prev_data[index_2 + 1] = curr_val; in ixheaacd_map_res_energy()
198 WORD32 tar, index_2; in ixheaacd_process_del_cod_env_data() local
213 index_2 = (band < ixheaacd_drc_offset) in ixheaacd_process_del_cod_env_data()
[all …]
/external/protobuf/src/google/protobuf/util/
Dfield_comparator.cc62 int index_1, int index_2, in Compare() argument
73 reflection_2->GetRepeated##METHOD(message_2, field, index_2))); \ in Compare()
104 message_2, field, index_2, &scratch2))); in Compare()
Dfield_comparator.h87 int index_1, int index_2,
117 int index_1, int index_2,
Dmessage_differencer_unittest.cc1891 int index_1, int index_2, in Compare() argument
/external/webrtc/webrtc/modules/audio_processing/vad/
Dvad_circular_buffer.cc117 int index_2 = width_threshold + 1; in RemoveTransient() local
124 for (index = index_2; index > index_1; index--) { in RemoveTransient()
/external/u-boot/cmd/
Dtpm_test.c271 uint32_t index_0, index_1, index_2, index_3; in test_readonly() local
291 read2 = tpm_nv_read_value(INDEX2, (uint8_t *)&index_2, sizeof(index_2)); in test_readonly()