/external/tensorflow/tensorflow/core/kernels/image/ |
D | resize_bicubic_op.cc | 81 int64 index_3; member 111 out->index_3 = Bound(in_loc + 2, limit); in GetWeightsAndIndices() 112 out->weight_3 = (out->index_3 == in_loc + 2 in GetWeightsAndIndices() 133 out->index_3 = Bound(in_loc + 2, limit); in GetWeightsAndIndices() 219 x_wai.index_3); in ComputeXWeightsAndIndices() 227 x_wai.index_3); in ComputeXWeightsAndIndices() 235 (*x_wais)[x].index_3 *= resizer_state.channels; in ComputeXWeightsAndIndices() 250 x_wai.index_3); in ComputeGradientXWeightsAndIndices() 260 x_wai.index_3); in ComputeGradientXWeightsAndIndices() 284 x_index = x_wai.index_3; in ComputeYInterpolation() [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_env_dec.c | 104 WORD32 index_3; in ixheaacd_map_res_energy() local 105 index_3 = ((index + index) + index); in ixheaacd_map_res_energy() 106 prev_data[index_3] = curr_val; in ixheaacd_map_res_energy() 107 prev_data[index_3 + 1] = curr_val; in ixheaacd_map_res_energy() 108 prev_data[index_3 + 2] = curr_val; in ixheaacd_map_res_energy() 166 WORD32 tar, index_3; in ixheaacd_process_del_cod_env_data() local 171 index_3 = ((band + band) + band); in ixheaacd_process_del_cod_env_data() 172 temp_val = add16_m(*ptr_env_sf, ptr_prev_env_sf[index_3]); in ixheaacd_process_del_cod_env_data() 174 ptr_prev_env_sf[index_3] = temp_val; in ixheaacd_process_del_cod_env_data() 175 ptr_prev_env_sf[index_3 + 1] = temp_val; in ixheaacd_process_del_cod_env_data() [all …]
|
/external/vboot_reference/tests/tpm_lite/ |
D | readonly.c | 66 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/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_directional_neon.cc | 328 const int index_3 = base_left_y + ystep * 3; in DirectionalZone3_WxH() local 329 LoadStepwise(left + (index_3 >> scale_bits), base_step, right_step, in DirectionalZone3_WxH() 332 ((index_3 << upsample_shift) & 0x3F) >> 1); in DirectionalZone3_WxH() 846 const int index_3 = ystep_base + ystep * 4; in DirectionalIntraPredictorZone3_NEON() local 847 LoadStepwise(left + offset + (index_3 >> scale_bits), base_step_v, in DirectionalIntraPredictorZone3_NEON() 850 ((index_3 << upsample_shift) & 0x3F) >> 1); in DirectionalIntraPredictorZone3_NEON()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | loop_restoration_10bit_avx2.cc | 2033 index_3[2][2], sum_5[2], index_5[2], t[4]; in BoxFilterPreProcess() local 2062 CalculateSumAndIndex3(s3[0], sq3, scales[1], &sum_3[0][0], &index_3[0][0]); in BoxFilterPreProcess() 2064 &index_3[1][0]); in BoxFilterPreProcess() 2085 CalculateSumAndIndex3(s3[1], sq3, scales[1], &sum_3[0][1], &index_3[0][1]); in BoxFilterPreProcess() 2087 &index_3[1][1]); in BoxFilterPreProcess() 2088 CalculateIntermediate<9>(sum_3[0], index_3[0], ma3[0], t, t + 2); in BoxFilterPreProcess() 2090 CalculateIntermediate<9>(sum_3[1], index_3[1], ma3[1], t, t + 2); in BoxFilterPreProcess() 2127 __m256i s3[2][3], s5[2][5], sq3[4][2], sq5[5][2], sum_3[2], index_3[2], in BoxFilterPreProcessLastRow() local 2137 CalculateSumAndIndex3(s3[0], sq3, scales[1], &sum_3[0], &index_3[0]); in BoxFilterPreProcessLastRow() 2152 CalculateSumAndIndex3(s3[1], sq3, scales[1], &sum_3[1], &index_3[1]); in BoxFilterPreProcessLastRow() [all …]
|
D | loop_restoration_avx2.cc | 1935 __m256i s3[2][4], s5[2][5], sq3[4][2], sq5[5][2], sum_3[2][2], index_3[2][2], in BoxFilterPreProcess() local 1963 CalculateSumAndIndex3(s3[0], sq3, scales[1], &sum_3[0][0], &index_3[0][0]); in BoxFilterPreProcess() 1965 &index_3[1][0]); in BoxFilterPreProcess() 1978 CalculateSumAndIndex3(s3[1], sq3, scales[1], &sum_3[0][1], &index_3[0][1]); in BoxFilterPreProcess() 1980 &index_3[1][1]); in BoxFilterPreProcess() 1981 CalculateIntermediate<9>(sum_3[0], index_3[0], ma3[0], b3[0] + 1); in BoxFilterPreProcess() 1982 CalculateIntermediate<9>(sum_3[1], index_3[1], ma3[1], b3[1] + 1); in BoxFilterPreProcess() 2020 __m256i s3[2][3], s5[2][5], sq3[4][2], sq5[5][2], sum_3[2], index_3[2], in BoxFilterPreProcessLastRow() local 2030 CalculateSumAndIndex3(s3[0], sq3, scales[1], &sum_3[0], &index_3[0]); in BoxFilterPreProcessLastRow() 2041 CalculateSumAndIndex3(s3[1], sq3, scales[1], &sum_3[1], &index_3[1]); in BoxFilterPreProcessLastRow() [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | var-permute-512.ll | 1656 %index_3.i.i = extractelement <64 x i32> %sub_add__b_broadcast_, i32 3 1719 %v_3.i.i = extractelement <64 x i8> %src, i32 %index_3.i.i
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-s8-us.log | 3333 …mdss] coordinate_tunning_calculate index_0 : 5, index_1 : 2, index_2 : 6, index_3 : 3, x : 0, y : 0
|