HomeSort by relevance Sort by last modified time
    Searched defs:map_table (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c 46 static const uint8_t map_table[MAX_PROB - 1] = { local
48 // map_table[j] = split_index(j, MAX_PROB - 1, MODULUS_PARAM);
74 i = map_table[i];
  /external/libxcam/tests/
test-soft-image.cpp 52 static PointFloat2 map_table[MAP_HEIGHT * MAP_WIDTH] = { variable
725 mapper->set_lookup_table (map_table, MAP_WIDTH, MAP_HEIGHT);

Completed in 650 milliseconds