Searched refs:coeff_type (Results 1 - 12 of 12) sorted by relevance

/external/webp/src/enc/
H A Dcost.h33 int coeff_type; member in struct:VP8Residual
39 void VP8InitResidual(int first, int coeff_type,
H A Dtoken.c111 int VP8RecordCoeffTokens(const int ctx, const int coeff_type, argument
116 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx);
126 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 0); // ctx=0
130 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 1); // ctx=1
176 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 2); // ctx=2
H A Dcost.c206 void VP8InitResidual(int first, int coeff_type, argument
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];
H A Dquant.c572 int ctx0, int coeff_type,
575 const ProbaArray* const probas = enc->proba_.coeffs_[coeff_type];
577 (CostArrayPtr)enc->proba_.remapped_costs_[coeff_type];
578 const int first = (coeff_type == 0) ? 1 : 0;
570 TrellisQuantizeBlock(const VP8Encoder* const enc, int16_t in[16], int16_t out[16], int ctx0, int coeff_type, const VP8Matrix* const mtx, int lambda) argument
H A Dvp8enci.h329 int VP8RecordCoeffTokens(const int ctx, const int coeff_type,
H A Dframe.c423 VP8RecordCoeffTokens(ctx, res.coeff_type,
/external/opencv3/3rdparty/libwebp/enc/
H A Dtoken.c104 int VP8RecordCoeffTokens(int ctx, int coeff_type, int first, int last, argument
108 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx, 0);
119 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
171 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
H A Dframe.c36 int coeff_type; member in struct:__anon15375
260 static void InitResidual(int first, int coeff_type, argument
262 res->coeff_type = coeff_type;
263 res->prob = enc->proba_.coeffs_[coeff_type];
264 res->stats = enc->proba_.stats_[coeff_type];
265 res->cost = enc->proba_.level_cost_[coeff_type];
596 VP8RecordCoeffTokens(ctx, res.coeff_type,
H A Dquant.c489 int ctx0, int coeff_type,
492 ProbaArray* const last_costs = it->enc_->proba_.coeffs_[coeff_type];
493 CostArray* const costs = it->enc_->proba_.level_cost_[coeff_type];
494 const int first = (coeff_type == 0) ? 1 : 0;
487 TrellisQuantizeBlock(const VP8EncIterator* const it, int16_t in[16], int16_t out[16], int ctx0, int coeff_type, const VP8Matrix* const mtx, int lambda) argument
H A Dvp8enci.h359 int VP8RecordCoeffTokens(int ctx, int coeff_type, int first, int last,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c701 struct lp_type coeff_type; local
708 memset(&coeff_type, 0, sizeof coeff_type);
709 coeff_type.floating = TRUE;
710 coeff_type.sign = TRUE;
711 coeff_type.width = 32;
712 coeff_type.length = type.length;
722 assert(memcmp(&coeff_type, &type, sizeof coeff_type) == 0);
724 lp_build_context_init(&bld->coeff_bld, gallivm, coeff_type);
[all...]
/external/libhevc/decoder/
H A Dihevcd_iquant_itrans_recon_ctb.c664 UWORD32 coeff_type = 0, coeff_type_v = 0; local
842 &zero_rows, &coeff_type,
919 &zero_rows, &coeff_type,
1072 if((0 == coeff_type))

Completed in 211 milliseconds