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

  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.h 84 static INLINE const uint16_t *vp9_get_high_cost_table(int bit_depth) { function
90 static INLINE const uint16_t *vp9_get_high_cost_table(int bit_depth) { function
vp9_encodemb.c 127 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(xd->bd);
129 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(8);
    [all...]
vp9_rdopt.c 367 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(xd->bd);
369 const uint16_t *cat6_high_cost = vp9_get_high_cost_table(8);
    [all...]

Completed in 320 milliseconds