Home
last modified time | relevance | path

Searched refs:alpha_idx (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/
Dcfl.c139 static INLINE int cfl_idx_to_alpha(int alpha_idx, int joint_sign, in CFL_SUB_AVG_FN()
145 (pred_type == CFL_PRED_U) ? CFL_IDX_U(alpha_idx) : CFL_IDX_V(alpha_idx); in CFL_SUB_AVG_FN()
/external/tensorflow/tensorflow/core/kernels/
Drandom_op.cc348 int64 alpha_idx = output_idx / num_samples; in Compute() local
351 T* const samples_alpha_offset = samples_flat + alpha_idx; in Compute()
354 const double alpha = static_cast<double>(alpha_flat[alpha_idx]); in Compute()
/external/mesa3d/src/mesa/main/
Dtexenv.c578 const unsigned alpha_idx = pname - GL_SOURCE0_ALPHA; in get_texenvi() local
579 return texUnit->Combine.SourceA[alpha_idx]; in get_texenvi()