Home
last modified time | relevance | path

Searched refs:costs (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dcost_mips_dsp_r2.c24 CostArrayPtr const costs = res->costs; in GetResidualCost_MIPSdspR2() local
25 const uint16_t* t = costs[n][ctx0]; in GetResidualCost_MIPSdspR2()
34 const uint16_t** p_costs = &costs[n][0]; in GetResidualCost_MIPSdspR2()
A Dcost.c326 CostArrayPtr const costs = res->costs; in GetResidualCost_C() local
327 const uint16_t* t = costs[n][ctx0]; in GetResidualCost_C()
340 t = costs[n + 1][ctx]; in GetResidualCost_C()
A Dcost_mips32.c24 CostArrayPtr const costs = res->costs; in GetResidualCost_MIPS32() local
25 const uint16_t* t = costs[n][ctx0]; in GetResidualCost_MIPS32()
34 const uint16_t** p_costs = &costs[n][0]; in GetResidualCost_MIPS32()
A Dcost_sse2.c51 CostArrayPtr const costs = res->costs; in GetResidualCost_SSE2() local
52 const uint16_t* t = costs[n][ctx0]; in GetResidualCost_SSE2()
87 t = costs[n + 1][ctx]; in GetResidualCost_SSE2()
A Dcost_neon.c57 CostArrayPtr const costs = res->costs; in GetResidualCost_NEON() local
58 const uint16_t* t = costs[n][ctx0]; in GetResidualCost_NEON()
90 t = costs[n + 1][ctx]; in GetResidualCost_NEON()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dcost_enc.h36 CostArrayPtr costs; member
A Dquant_enc.c567 const uint16_t* costs; // shortcut to cost tables member
594 CostArrayPtr const costs = in TrellisQuantizeBlock() local
632 ss_cur[m].costs = costs[first][ctx0]; in TrellisQuantizeBlock()
668 ss_cur[m].costs = costs[n + 1][ctx]; in TrellisQuantizeBlock()
688 const score_t cost = VP8LevelCost(ss_prev[p].costs, level); in TrellisQuantizeBlock()
A Dcost_enc.c211 res->costs = enc->proba_.remapped_costs_[coeff_type]; in VP8InitResidual()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DTODO15 (e.g., counting huffman bits/precompression; filter inertia; filter costs).
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dstructure.txt594 choice costs only a small amount of memory and has several benefits:
A Dlibjpeg.txt937 therefore costs a good deal of space and time. The default is
2170 switchover costs.

Completed in 18 milliseconds