Home
last modified time | relevance | path

Searched refs:vp9_cat6_low_cost (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.h78 extern const int16_t vp9_cat6_low_cost[256];
119 return vp9_cat6_low_cost[extrabits & 0xff] + in vp9_get_token_cost()
Dvp9_tokenize.c104 const int16_t vp9_cat6_low_cost[256] = { variable