Searched refs:coeff_type (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/enc/ |
D | cost_enc.c | 206 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()
|
D | token_enc.c | 116 const int coeff_type = res->coeff_type; in VP8RecordCoeffTokens() local 119 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx); in VP8RecordCoeffTokens() 131 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 0); // ctx=0 in VP8RecordCoeffTokens() 136 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 1); // ctx=1 in VP8RecordCoeffTokens() 184 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], 2); // ctx=2 in VP8RecordCoeffTokens()
|
D | cost_enc.h | 33 int coeff_type; member 39 void VP8InitResidual(int first, int coeff_type,
|
D | quant_enc.c | 590 int ctx0, int coeff_type, in TrellisQuantizeBlock() argument 593 const ProbaArray* const probas = enc->proba_.coeffs_[coeff_type]; in TrellisQuantizeBlock() 595 (CostArrayPtr)enc->proba_.remapped_costs_[coeff_type]; in TrellisQuantizeBlock() 596 const int first = (coeff_type == 0) ? 1 : 0; in TrellisQuantizeBlock()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_interp.c | 705 struct lp_type coeff_type; in lp_build_interp_soa_init() local 712 memset(&coeff_type, 0, sizeof coeff_type); in lp_build_interp_soa_init() 713 coeff_type.floating = TRUE; in lp_build_interp_soa_init() 714 coeff_type.sign = TRUE; in lp_build_interp_soa_init() 715 coeff_type.width = 32; in lp_build_interp_soa_init() 716 coeff_type.length = type.length; in lp_build_interp_soa_init() 726 assert(memcmp(&coeff_type, &type, sizeof coeff_type) == 0); in lp_build_interp_soa_init() 728 lp_build_context_init(&bld->coeff_bld, gallivm, coeff_type); in lp_build_interp_soa_init()
|
/external/libhevc/decoder/ |
D | ihevcd_iquant_itrans_recon_ctb.c | 666 UWORD32 coeff_type = 0, coeff_type_v = 0; in ihevcd_iquant_itrans_recon_ctb() local 844 &zero_rows, &coeff_type, in ihevcd_iquant_itrans_recon_ctb() 926 &zero_rows, &coeff_type, in ihevcd_iquant_itrans_recon_ctb() 1082 if((0 == coeff_type)) in ihevcd_iquant_itrans_recon_ctb()
|