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

  /external/webp/src/enc/
cost.h 33 int coeff_type; member in struct:VP8Residual
39 void VP8InitResidual(int first, int coeff_type,
  /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...]
  /external/opencv3/3rdparty/libwebp/enc/
frame.c 36 int coeff_type; member in struct:__anon20450
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,

Completed in 778 milliseconds