Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c278 static const double weight_table[256] = { variable
328 sum += weight_table[*pixel++]; in simple_weight()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c279 static const double weight_table[256] = { variable
330 sum_weights += weight_table[ *src]; in simple_weight()