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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_context_tree.h 44 int64_t tx_rd_diff[TX_MODES]; member in struct:__anon17778
vp9_encodeframe.c 580 ctx->tx_rd_diff[ALLOW_16X16] = ctx->tx_rd_diff[ALLOW_8X8];
581 ctx->tx_rd_diff[ALLOW_32X32] = ctx->tx_rd_diff[ALLOW_16X16];
598 rd_opt->tx_select_diff[i] += ctx->tx_rd_diff[i];
    [all...]
vp9_rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 57 int64_t tx_rd_diff[TX_MODES]; member in struct:__anon8631
vp9_encodeframe.c 892 ctx->tx_rd_diff[ALLOW_16X16] = ctx->tx_rd_diff[ALLOW_8X8];
893 ctx->tx_rd_diff[ALLOW_32X32] = ctx->tx_rd_diff[ALLOW_16X16];
910 cpi->rd_tx_select_diff[i] += ctx->tx_rd_diff[i];
    [all...]
vp9_rdopt.c     [all...]
  /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:__anon19814
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 2198 milliseconds