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

  /external/webp/src/dsp/
cost_mips_dsp_r2.c 24 CostArrayPtr const costs = res->costs;
cost.c 326 CostArrayPtr const costs = res->costs;
cost_mips32.c 24 CostArrayPtr const costs = res->costs;
cost_sse2.c 51 CostArrayPtr const costs = res->costs;
cost_neon.c 57 CostArrayPtr const costs = res->costs;
  /external/webp/src/enc/
cost_enc.h 36 CostArrayPtr costs;
vp8i_enc.h 133 typedef const uint16_t* (*CostArrayPtr)[NUM_CTX]; // for easy casting
quant_enc.c 594 CostArrayPtr const costs =
595 (CostArrayPtr)enc->proba_.remapped_costs_[coeff_type];
    [all...]

Completed in 244 milliseconds