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

  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 182 uint8_t variance_low[25]; member in struct:macroblock
vp9_pickmode.c     [all...]
vp9_encodeframe.c 787 // variance_low for the block. The variance threshold can be adjusted, the
797 x->variance_low[0] = 1;
801 x->variance_low[i + 1] = 1;
806 x->variance_low[i + 3] = 1;
825 x->variance_low[i + 5] = 1;
835 x->variance_low[(i << 2) + j + 9] = 1;
    [all...]

Completed in 72 milliseconds