/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 | 1030 uniform SamplerType s_mask; local 1082 uniform SamplerType s_mask; local 1147 uniform SamplerType s_mask; local 1275 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);
|