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

  /external/opencv3/3rdparty/libwebp/enc/
quant.c 576 score_t cost, base_cost, score; local
583 base_cost = prev->cost + VP8LevelCost(tcost, level);
586 cost = base_cost;
600 cost = base_cost;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 2130 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); local
2149 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 2232 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); local
2251 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); local
    [all...]

Completed in 684 milliseconds