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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_quant_common.c 94 static double poly3(double a, double b, double c, double d, double x) { function
118 dc_qlookup[i] = (int16_t)MAX(ACDC_MIN, poly3(0.000000305, -0.00065, 0.9,
  /external/libvpx/libvpx/vp9/common/
vp9_quant_common.c 94 static double poly3(double a, double b, double c, double d, double x) { function
118 dc_qlookup[i] = (int16_t)MAX(ACDC_MIN, poly3(0.000000305, -0.00065, 0.9,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_quant_common.c 94 static double poly3(double a, double b, double c, double d, double x) { function
118 dc_qlookup[i] = (int16_t)MAX(ACDC_MIN, poly3(0.000000305, -0.00065, 0.9,
  /frameworks/av/services/audioflinger/
AudioResamplerFirGen.h 248 inline double Poly3(double A, double B, double C, double x, double x2) {
252 inline double Poly3(double A, double B, double C, double x) {
267 return Poly4(A, B, C, D, x, x2) + Poly3(E, F, G, x, x2) * (x2 * x2);
345 double den = Poly3(0.103150763823e2, -0.14181687413e2,

Completed in 5219 milliseconds