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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_variance.c 30 static int segment_id[MAX_SEGMENTS] = { 5, 3, 1, 0, 2, 4, 6, 7 }; variable
34 #define SEGMENT_ID(i) segment_id[(i) - ENERGY_MIN]
41 return SEGMENT_ID(energy);
103 vp9_set_segdata(seg, SEGMENT_ID(i), SEG_LVL_ALT_Q, qindex_delta);
104 vp9_enable_segfeature(seg, SEGMENT_ID(i), SEG_LVL_ALT_Q);
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_variance.c 32 static const int segment_id[ENERGY_SPAN] = {0, 1, 1, 2, 3, 4}; variable
34 #define SEGMENT_ID(i) segment_id[(i) - ENERGY_MIN]
43 return SEGMENT_ID(energy);

Completed in 2163 milliseconds