HomeSort by relevance Sort by last modified time
    Searched refs:s_mask (Results 1 - 4 of 4) sorted by null

  /external/aac/libAACdec/src/
aacdec_tns.cpp 185 UCHAR coef,s_mask; local
197 s_mask = sgn_mask[coef_res + 1 - coef_compress];
203 filter->Coeff[i] = (coef & s_mask) ? (coef | n_mask) : coef;
  /external/chromium_org/cc/output/
shader.cc 1031 uniform SamplerType s_mask; local
1083 uniform SamplerType s_mask; local
1148 uniform SamplerType s_mask; local
1276 uniform SamplerType s_mask; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 645 unsigned s_shift, s_mask; local
668 if (get_s_shift_and_mask(format_desc, &s_shift, &s_mask)) {
678 if (s_mask != 0xffffffff) {
679 LLVMValueRef mask = lp_build_const_int_vec(gallivm, s_type, s_mask);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 645 unsigned s_shift, s_mask; local
668 if (get_s_shift_and_mask(format_desc, &s_shift, &s_mask)) {
678 if (s_mask != 0xffffffff) {
679 LLVMValueRef mask = lp_build_const_int_vec(gallivm, s_type, s_mask);

Completed in 389 milliseconds