HomeSort by relevance Sort by last modified time
    Searched refs:coeff_type (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
cost.h 32 int coeff_type; member in struct:__anon17896
38 void VP8InitResidual(int first, int coeff_type,
token.c 111 int VP8RecordCoeffTokens(int ctx, int coeff_type, int first, int last,
115 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx, 0);
126 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
178 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
cost.c 552 void VP8InitResidual(int first, int coeff_type,
554 res->coeff_type = coeff_type;
555 res->prob = enc->proba_.coeffs_[coeff_type];
556 res->stats = enc->proba_.stats_[coeff_type];
557 res->cost = enc->proba_.level_cost_[coeff_type];
quant.c 552 int ctx0, int coeff_type,
555 const ProbaArray* const probas = enc->proba_.coeffs_[coeff_type];
556 const CostArray* const costs = enc->proba_.level_cost_[coeff_type];
557 const int first = (coeff_type == 0) ? 1 : 0;
    [all...]
vp8enci.h 384 int VP8RecordCoeffTokens(int ctx, int coeff_type, int first, int last,
frame.c 427 VP8RecordCoeffTokens(ctx, res.coeff_type,
  /external/webp/src/enc/
cost.h 32 int coeff_type; member in struct:__anon37947
38 void VP8InitResidual(int first, int coeff_type,
token.c 111 int VP8RecordCoeffTokens(int ctx, int coeff_type, int first, int last,
115 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx, 0);
126 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
178 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
cost.c 552 void VP8InitResidual(int first, int coeff_type,
554 res->coeff_type = coeff_type;
555 res->prob = enc->proba_.coeffs_[coeff_type];
556 res->stats = enc->proba_.stats_[coeff_type];
557 res->cost = enc->proba_.level_cost_[coeff_type];
quant.c 552 int ctx0, int coeff_type,
555 const ProbaArray* const probas = enc->proba_.coeffs_[coeff_type];
556 const CostArray* const costs = enc->proba_.level_cost_[coeff_type];
557 const int first = (coeff_type == 0) ? 1 : 0;
    [all...]
vp8enci.h 384 int VP8RecordCoeffTokens(int ctx, int coeff_type, int first, int last,
frame.c 427 VP8RecordCoeffTokens(ctx, res.coeff_type,
  /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/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c 664 UWORD32 coeff_type = 0, coeff_type_v = 0; local
842 &zero_rows, &coeff_type,
    [all...]

Completed in 1357 milliseconds