Searched refs:inv_map_table (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_dsubexp.c30 static int inv_map_table[MAX_PROB - 1] = { local
52 v = inv_map_table[v];
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_dsubexp.c46 static int inv_map_table[MAX_PROB - 1] = { local
68 v = inv_map_table[v];

Completed in 110 milliseconds