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

  /external/libvpx/libvpx/vp8/common/
ppflags.h 20 VP8D_DEMACROBLOCK = 1 << 1,
postproc.c 305 if ((flags & VP8D_DEBLOCK) || (flags & VP8D_DEMACROBLOCK)) {
332 if (((flags & VP8D_DEBLOCK) || (flags & VP8D_DEMACROBLOCK)) &&
335 if (flags & VP8D_DEMACROBLOCK) {
347 } else if (flags & VP8D_DEMACROBLOCK) {

Completed in 253 milliseconds