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

  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_variance.c 85 /* TODO(agrange, paulwilkins): The block_variance calls the unoptimized versions
141 static unsigned int block_variance(VP9_COMP *cpi, MACROBLOCK *x, function
190 unsigned int var = block_variance(cpi, x, bs);
vp9_pickmode.c 243 static void block_variance(const uint8_t *src, int src_stride, function
364 block_variance(p->src.buf, p->src.stride, pd->dst.buf, pd->dst.stride,
    [all...]

Completed in 188 milliseconds