Searched refs:alpha_idx (Results 1 – 3 of 3) sorted by relevance
139 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()
348 int64 alpha_idx = output_idx / num_samples; in Compute() local351 T* const samples_alpha_offset = samples_flat + alpha_idx; in Compute()354 const double alpha = static_cast<double>(alpha_flat[alpha_idx]); in Compute()
578 const unsigned alpha_idx = pname - GL_SOURCE0_ALPHA; in get_texenvi() local579 return texUnit->Combine.SourceA[alpha_idx]; in get_texenvi()