Searched refs:CostArrayPtr (Results 1 – 8 of 8) sorted by relevance
36 CostArrayPtr costs;
133 typedef const uint16_t* (*CostArrayPtr)[NUM_CTX]; // for easy casting typedef
594 CostArrayPtr const costs = in TrellisQuantizeBlock()595 (CostArrayPtr)enc->proba_.remapped_costs_[coeff_type]; in TrellisQuantizeBlock()
24 CostArrayPtr const costs = res->costs; in GetResidualCost_MIPSdspR2()
326 CostArrayPtr const costs = res->costs; in GetResidualCost_C()
24 CostArrayPtr const costs = res->costs; in GetResidualCost_MIPS32()
51 CostArrayPtr const costs = res->costs; in GetResidualCost_SSE2()
57 CostArrayPtr const costs = res->costs; in GetResidualCost_NEON()
Completed in 12 milliseconds