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

  /external/webp/src/enc/
cost_enc.h 33 int coeff_type; member in struct:VP8Residual
39 void VP8InitResidual(int first, int coeff_type,
cost_enc.c 206 void VP8InitResidual(int first, int coeff_type,
208 res->coeff_type = coeff_type;
209 res->prob = enc->proba_.coeffs_[coeff_type];
210 res->stats = enc->proba_.stats_[coeff_type];
211 res->costs = enc->proba_.remapped_costs_[coeff_type];
token_enc.c 116 const int coeff_type = res->coeff_type; local
119 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx);
131 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 0); // ctx=0
136 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 1); // ctx=1
184 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 2); // ctx=2
quant_enc.c 589 int ctx0, int coeff_type,
592 const ProbaArray* const probas = enc->proba_.coeffs_[coeff_type];
594 (CostArrayPtr)enc->proba_.remapped_costs_[coeff_type];
595 const int first = (coeff_type == 0) ? 1 : 0;
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 705 struct lp_type coeff_type; local
712 memset(&coeff_type, 0, sizeof coeff_type);
713 coeff_type.floating = TRUE;
714 coeff_type.sign = TRUE;
715 coeff_type.width = 32;
716 coeff_type.length = type.length;
726 assert(memcmp(&coeff_type, &type, sizeof coeff_type) == 0);
728 lp_build_context_init(&bld->coeff_bld, gallivm, coeff_type);
    [all...]
  /external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c 666 UWORD32 coeff_type = 0, coeff_type_v = 0; local
844 &zero_rows, &coeff_type,
    [all...]

Completed in 106 milliseconds