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

  /external/libvpx/libvpx/vp9/common/
vp9_enums.h 65 ALLOW_8X8 = 1,
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 791 } else if (cm->tx_mode == ALLOW_8X8 ||
805 tx_cache[ALLOW_8X8] = rd[TX_8X8][0];
898 } else if (cm->tx_mode == ALLOW_8X8 ||
    [all...]
vp9_bitstream.c 899 if (tx_mode > ALLOW_8X8)
    [all...]
vp9_encodeframe.c 420 ctx->tx_rd_diff[ALLOW_16X16] = ctx->tx_rd_diff[ALLOW_8X8];
    [all...]

Completed in 95 milliseconds