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

  /external/webp/src/dsp/
cost_mips_dsp_r2.c 56 "lhx %[temp1], %[temp1](%[VP8LevelFixedCosts]) \n\t"
74 [VP8LevelFixedCosts]"r"(VP8LevelFixedCosts), [res_last]"r"(res_last),
cost_mips32.c 58 "addu %[temp1], %[temp1], %[VP8LevelFixedCosts] \n\t"
79 [VP8LevelFixedCosts]"r"(VP8LevelFixedCosts), [res_last]"r"(res_last),
cost_sse2.c 86 cost += VP8LevelFixedCosts[flevel] + t[level]; // simplified VP8LevelCost()
94 cost += VP8LevelFixedCosts[flevel] + t[level];
cost_neon.c 89 cost += VP8LevelFixedCosts[flevel] + t[level]; // simplified VP8LevelCost()
97 cost += VP8LevelFixedCosts[flevel] + t[level];
cost.c 52 const uint16_t VP8LevelFixedCosts[MAX_LEVEL + 1] = {
dsp.h 313 extern const uint16_t VP8LevelFixedCosts[2047 /*MAX_LEVEL*/ + 1];
  /external/webp/src/enc/
cost_enc.h 67 return VP8LevelFixedCosts[level]

Completed in 114 milliseconds