Searched refs:ENERGY_SPAN (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | aq_variance.c | 32 #define ENERGY_SPAN (ENERGY_MAX - ENERGY_MIN + 1) macro 41 static const int segment_id[ENERGY_SPAN] = { 0, 1, 1, 2, 3, 4 };
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_variance.c | 27 #define ENERGY_SPAN (ENERGY_MAX - ENERGY_MIN + 1) macro 33 static const int segment_id[ENERGY_SPAN] = { 0, 1, 1, 2, 3, 4 };
|