Searched refs:coeff_type (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/libwebp/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()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_interp.c | 688 struct lp_type coeff_type; in lp_build_interp_soa_init() local 695 memset(&coeff_type, 0, sizeof coeff_type); in lp_build_interp_soa_init() 696 coeff_type.floating = TRUE; in lp_build_interp_soa_init() 697 coeff_type.sign = TRUE; in lp_build_interp_soa_init() 698 coeff_type.width = 32; in lp_build_interp_soa_init() 699 coeff_type.length = type.length; in lp_build_interp_soa_init() 709 assert(memcmp(&coeff_type, &type, sizeof coeff_type) == 0); in lp_build_interp_soa_init() 711 lp_build_context_init(&bld->coeff_bld, gallivm, coeff_type); in lp_build_interp_soa_init()
|
/third_party/ffmpeg/libavresample/ |
D | audio_mix.c | 36 enum AVMixCoeffType coeff_type; member 62 enum AVMixCoeffType coeff_type, int in_channels, in ff_audio_mix_set_func() argument 66 if (fmt == am->fmt && coeff_type == am->coeff_type && in ff_audio_mix_set_func() 95 coeff_type_names[coeff_type], chan_str, descr); in ff_audio_mix_set_func() 334 coeff_type_names[am->coeff_type], am->in_channels, in mix_function_init() 360 am->coeff_type = avr->mix_coeff_type; in ff_audio_mix_alloc() 512 switch (am->coeff_type) { in ff_audio_mix_get_matrix() 700 switch (am->coeff_type) { in ff_audio_mix_set_matrix()
|
D | audio_mix.h | 55 enum AVMixCoeffType coeff_type, int in_channels,
|
/third_party/ffmpeg/libavcodec/ |
D | aic.c | 207 int has_skips, coeff_type, coeff_bits, skip_type, skip_bits; in aic_decode_coeffs() local 217 coeff_type = get_bits1(gb); in aic_decode_coeffs() 233 GET_CODE(val, coeff_type, coeff_bits); in aic_decode_coeffs() 244 GET_CODE(val, coeff_type, coeff_bits); in aic_decode_coeffs()
|