Home
last modified time | relevance | path

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

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