Home
last modified time | relevance | path

Searched refs:CostArrayPtr (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/enc/
Dcost_enc.h36 CostArrayPtr costs;
Dvp8i_enc.h133 typedef const uint16_t* (*CostArrayPtr)[NUM_CTX]; // for easy casting typedef
Dquant_enc.c594 CostArrayPtr const costs = in TrellisQuantizeBlock()
595 (CostArrayPtr)enc->proba_.remapped_costs_[coeff_type]; in TrellisQuantizeBlock()
/external/webp/src/dsp/
Dcost_mips_dsp_r2.c24 CostArrayPtr const costs = res->costs; in GetResidualCost_MIPSdspR2()
Dcost.c326 CostArrayPtr const costs = res->costs; in GetResidualCost_C()
Dcost_mips32.c24 CostArrayPtr const costs = res->costs; in GetResidualCost_MIPS32()
Dcost_sse2.c51 CostArrayPtr const costs = res->costs; in GetResidualCost_SSE2()
Dcost_neon.c57 CostArrayPtr const costs = res->costs; in GetResidualCost_NEON()