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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 283 LLVMValueRef bias_; local
330 bias_ = lp_build_const_vec(gallivm, dst_type, bias);
334 LLVMBuildBitCast(builder, bias_, int_vec_type, ""), "");
338 res = LLVMBuildFSub(builder, res, bias_, "");
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 283 LLVMValueRef bias_; local
330 bias_ = lp_build_const_vec(gallivm, dst_type, bias);
334 LLVMBuildBitCast(builder, bias_, int_vec_type, ""), "");
338 res = LLVMBuildFSub(builder, res, bias_, "");
  /external/chromium_org/third_party/libwebp/enc/
vp8enci.h 239 uint16_t bias_[16]; // rounding bias member in struct:VP8Matrix
quant.c 153 m->bias_[j] = BIAS(bias);
    [all...]
  /external/webp/src/enc/
vp8enci.h 239 uint16_t bias_[16]; // rounding bias member in struct:VP8Matrix
quant.c 153 m->bias_[j] = BIAS(bias);
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c     [all...]
enc.c 641 const int B = mtx->bias_[j];
  /external/webp/src/dsp/
enc_sse2.c     [all...]
enc.c 641 const int B = mtx->bias_[j];

Completed in 1185 milliseconds