/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_bld_interp.c | 701 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/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_interp.c | 701 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/chromium_org/third_party/libwebp/enc/ |
token.c | 104 int VP8RecordCoeffTokens(int ctx, int coeff_type, int first, int last, 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);
|
frame.c | 36 int coeff_type; member in struct:__anon12118 260 static void InitResidual(int first, int coeff_type, 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,
|
quant.c | 489 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; [all...] |
vp8enci.h | 359 int VP8RecordCoeffTokens(int ctx, int coeff_type, int first, int last,
|
/external/webp/src/enc/ |
token.c | 104 int VP8RecordCoeffTokens(int ctx, int coeff_type, int first, int last, 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);
|
frame.c | 36 int coeff_type; member in struct:__anon28565 260 static void InitResidual(int first, int coeff_type, 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,
|
quant.c | 489 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; [all...] |
vp8enci.h | 359 int VP8RecordCoeffTokens(int ctx, int coeff_type, int first, int last,
|