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

  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.h 82 static INLINE int16_t vp9_get_cost(int16_t token, EXTRABIT extrabits, function
vp9_encodemb.c 167 base_bits = vp9_get_cost(t0, e0, cat6_high_cost);
227 base_bits = vp9_get_cost(t0, e0, cat6_high_cost);
    [all...]
vp9_rdopt.c 398 vp9_get_cost(prev_t, e, cat6_high_cost);
412 vp9_get_cost(t, e, cat6_high_cost);
416 vp9_get_cost(t, e, cat6_high_cost);
    [all...]

Completed in 57 milliseconds