HomeSort by relevance Sort by last modified time
    Searched defs:index_2 (Results 1 - 5 of 5) sorted by null

  /external/vboot_reference/tests/tpm_lite/
readonly.c 66 uint32_t index_0, index_1, index_2, index_3; local
88 TlclRead(INDEX2, (uint8_t*) &index_2, sizeof(index_2)) != TPM_SUCCESS ||
  /external/webrtc/webrtc/modules/audio_processing/vad/
vad_circular_buffer.cc 117 int index_2 = width_threshold + 1; local
124 for (index = index_2; index > index_1; index--) {
  /external/libchrome/base/test/
trace_event_analyzer_unittest.cc 863 size_t index_2 = 0; local
866 &index_1, &index_2));
884 EXPECT_FALSE(FindClosest(event_ptrs, query_one, 0, &index_1, &index_2));
889 EXPECT_TRUE(FindClosest(event_ptrs, query_named, 1, &index_1, &index_2));
891 EXPECT_EQ(2u, index_2);
893 EXPECT_TRUE(FindClosest(event_ptrs, query_named, 4, &index_1, &index_2));
895 EXPECT_EQ(2u, index_2);
897 EXPECT_TRUE(FindClosest(event_ptrs, query_named, 3, &index_1, &index_2));
899 EXPECT_EQ(0u, index_2);
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
resize_bicubic_op.cc 70 int64 index_2; member in struct:tensorflow::__anon39895::WeightsAndIndices
88 out->index_2 = Bound(in_loc + 1, limit);
171 x_wai.advance = calc.Advance(x_wai.index_0, x_wai.index_1, x_wai.index_2,
178 (*x_wais)[x].index_2 *= resizer_state.channels;
191 x_wai.advance = calc.Advance(x_wai.index_0, x_wai.index_1, x_wai.index_2,
212 x_index = x_wai.index_2;
250 const T* y_ptr_2 = input_b_ptr + y_wai.index_2 * in_row_width;
428 output_grad(b, y_wai.index_0, x_wai.index_2, c) +=
437 output_grad(b, y_wai.index_1, x_wai.index_2, c) +=
442 output_grad(b, y_wai.index_2, x_wai.index_0, c) +
    [all...]
  /external/libxaac/decoder/
ixheaacd_env_dec.c 99 WORD32 index_2; local
100 index_2 = ((index + index) - ixheaacd_drc_offset);
101 prev_data[index_2] = curr_val;
102 prev_data[index_2 + 1] = curr_val;
114 WORD32 index_2; local
115 index_2 = ((index + index) + ixheaacd_drc_offset);
116 prev_data[index_2] = curr_val;
117 prev_data[index_2 + 1] = curr_val;
197 WORD32 tar, index_2; local
212 index_2 = (band < ixheaacd_drc_offset
    [all...]

Completed in 173 milliseconds