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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 57 int64_t tx_rd_diff[TX_MODES]; member in struct:__anon30232
vp9_encodeframe.c 908 ctx->tx_rd_diff[ALLOW_16X16] = ctx->tx_rd_diff[ALLOW_8X8];
909 ctx->tx_rd_diff[ALLOW_32X32] = ctx->tx_rd_diff[ALLOW_16X16];
926 cpi->rd_tx_select_diff[i] += ctx->tx_rd_diff[i];
    [all...]
vp9_rdopt.c     [all...]

Completed in 149 milliseconds