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

  /external/webp/src/enc/
quant_enc.c 533 rd->score = MAX_COST;
664 score_t best_cur_score = MAX_COST;
667 ss_cur[m].score = MAX_COST;
686 // Dead nodes (with ss_prev[p].score >= MAX_COST) are automatically
    [all...]
histogram_enc.c 24 #define MAX_COST 1.e38
488 c->literal_min_ = MAX_COST;
490 c->red_min_ = MAX_COST;
492 c->blue_min_ = MAX_COST;
    [all...]
vp8i_enc.h 108 // Note that MAX_COST is not the maximum allowed by sizeof(score_t),
110 #define MAX_COST ((score_t)0x7fffffffffffffLL)
  /external/libhevc/encoder/
ihevce_enc_loop_structs.h 53 #define MAX_COST 0x7ffffff
124 pas_pu_results[i][j][k].i4_tot_cost = MAX_COST; \
    [all...]

Completed in 659 milliseconds