Home
last modified time | relevance | path

Searched refs:index_3 (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dresize_bicubic_op.cc80 int64 index_3; member
110 out->index_3 = Bound(in_loc + 2, limit); in GetWeightsAndIndices()
111 out->weight_3 = (out->index_3 == in_loc + 2 in GetWeightsAndIndices()
132 out->index_3 = Bound(in_loc + 2, limit); in GetWeightsAndIndices()
218 x_wai.index_3); in ComputeXWeightsAndIndices()
226 x_wai.index_3); in ComputeXWeightsAndIndices()
234 (*x_wais)[x].index_3 *= resizer_state.channels; in ComputeXWeightsAndIndices()
249 x_wai.index_3); in ComputeGradientXWeightsAndIndices()
259 x_wai.index_3); in ComputeGradientXWeightsAndIndices()
283 x_index = x_wai.index_3; in ComputeYInterpolation()
[all …]
/external/libxaac/decoder/
Dixheaacd_env_dec.c109 WORD32 index_3; in ixheaacd_map_res_energy() local
110 index_3 = ((index + index) + index); in ixheaacd_map_res_energy()
111 prev_data[index_3] = curr_val; in ixheaacd_map_res_energy()
112 prev_data[index_3 + 1] = curr_val; in ixheaacd_map_res_energy()
113 prev_data[index_3 + 2] = curr_val; in ixheaacd_map_res_energy()
171 WORD32 tar, index_3; in ixheaacd_process_del_cod_env_data() local
176 index_3 = ((band + band) + band); in ixheaacd_process_del_cod_env_data()
177 temp_val = add16_m(*ptr_env_sf, ptr_prev_env_sf[index_3]); in ixheaacd_process_del_cod_env_data()
179 ptr_prev_env_sf[index_3] = temp_val; in ixheaacd_process_del_cod_env_data()
180 ptr_prev_env_sf[index_3 + 1] = temp_val; in ixheaacd_process_del_cod_env_data()
[all …]
/external/vboot_reference/tests/tpm_lite/
Dreadonly.c66 uint32_t index_0, index_1, index_2, index_3; in main() local
89 TlclRead(INDEX3, (uint8_t*) &index_3, sizeof(index_3)) != TPM_SUCCESS) { in main()
/external/u-boot/cmd/
Dtpm_test.c271 uint32_t index_0, index_1, index_2, index_3; in test_readonly() local
292 read3 = tpm_nv_read_value(INDEX3, (uint8_t *)&index_3, sizeof(index_3)); in test_readonly()