Searched defs:rate_tokenonly (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.c873 int *rate_tokenonly, int *distortion)
918 *rate_tokenonly = rate_to;
872 rd_pick_intra_mbuv_mode(MACROBLOCK *x, int *rate, int *rate_tokenonly, int *distortion) argument
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c873 int *rate_tokenonly, int *distortion)
918 *rate_tokenonly = rate_to;
872 rd_pick_intra_mbuv_mode(MACROBLOCK *x, int *rate, int *rate_tokenonly, int *distortion) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1240 int *rate, int *rate_tokenonly,
1290 *rate_tokenonly = this_rate_tokenonly;
1360 int *rate, int *rate_tokenonly,
1388 *rate_tokenonly = this_rate_tokenonly;
1420 int *rate, int *rate_tokenonly,
1427 super_block_uvrd(cpi, x, rate_tokenonly, distortion,
1429 *rate = *rate_tokenonly + cpi->intra_uv_mode_cost[cm->frame_type][DC_PRED];
1239 rd_pick_intra_sby_mode(VP9_COMP *cpi, MACROBLOCK *x, int *rate, int *rate_tokenonly, int64_t *distortion, int *skippable, BLOCK_SIZE bsize, int64_t tx_cache[TX_MODES], int64_t best_rd) argument
1358 rd_pick_intra_sbuv_mode(VP9_COMP *cpi, MACROBLOCK *x, PICK_MODE_CONTEXT *ctx, int *rate, int *rate_tokenonly, int64_t *distortion, int *skippable, BLOCK_SIZE bsize, TX_SIZE max_tx_size) argument
1419 rd_sbuv_dcpred(const VP9_COMP *cpi, MACROBLOCK *x, int *rate, int *rate_tokenonly, int64_t *distortion, int *skippable, BLOCK_SIZE bsize) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1237 int *rate, int *rate_tokenonly,
1287 *rate_tokenonly = this_rate_tokenonly;
1357 int *rate, int *rate_tokenonly,
1385 *rate_tokenonly = this_rate_tokenonly;
1417 int *rate, int *rate_tokenonly,
1424 super_block_uvrd(cpi, x, rate_tokenonly, distortion,
1426 *rate = *rate_tokenonly + x->intra_uv_mode_cost[cm->frame_type][DC_PRED];
1236 rd_pick_intra_sby_mode(VP9_COMP *cpi, MACROBLOCK *x, int *rate, int *rate_tokenonly, int64_t *distortion, int *skippable, BLOCK_SIZE bsize, int64_t tx_cache[TX_MODES], int64_t best_rd) argument
1355 rd_pick_intra_sbuv_mode(VP9_COMP *cpi, MACROBLOCK *x, PICK_MODE_CONTEXT *ctx, int *rate, int *rate_tokenonly, int64_t *distortion, int *skippable, BLOCK_SIZE bsize, TX_SIZE max_tx_size) argument
1416 rd_sbuv_dcpred(const VP9_COMP *cpi, MACROBLOCK *x, int *rate, int *rate_tokenonly, int64_t *distortion, int *skippable, BLOCK_SIZE bsize) argument

Completed in 76 milliseconds