Searched refs:index_2 (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_bicubic_op.cc | 79 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/ |
D | readonly.c | 66 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/ |
D | ixheaacd_env_dec.c | 100 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/ |
D | field_comparator.cc | 62 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()
|
D | field_comparator.h | 87 int index_1, int index_2, 117 int index_1, int index_2,
|
D | message_differencer_unittest.cc | 1891 int index_1, int index_2, in Compare() argument
|
/external/webrtc/webrtc/modules/audio_processing/vad/ |
D | vad_circular_buffer.cc | 117 int index_2 = width_threshold + 1; in RemoveTransient() local 124 for (index = index_2; index > index_1; index--) { in RemoveTransient()
|
/external/u-boot/cmd/ |
D | tpm_test.c | 271 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()
|