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

  /external/webp/src/dsp/
cost_mips_dsp_r2.c 87 const int last_p0 = res->prob[b][ctx][0]; local
88 cost += VP8BitCost(0, last_p0);
cost.c 350 const int last_p0 = res->prob[b][ctx][0]; local
351 cost += VP8BitCost(0, last_p0);
cost_mips32.c 92 const int last_p0 = res->prob[b][ctx][0]; local
93 cost += VP8BitCost(0, last_p0);
cost_sse2.c 98 const int last_p0 = res->prob[b][ctx][0]; local
99 cost += VP8BitCost(0, last_p0);
cost_neon.c 101 const int last_p0 = res->prob[b][ctx][0]; local
102 cost += VP8BitCost(0, last_p0);

Completed in 167 milliseconds