Searched refs:rate_tokenonly (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 1237 int *rate, int *rate_tokenonly, in rd_pick_intra_sby_mode() argument 1287 *rate_tokenonly = this_rate_tokenonly; in rd_pick_intra_sby_mode() 1357 int *rate, int *rate_tokenonly, in rd_pick_intra_sbuv_mode() argument 1385 *rate_tokenonly = this_rate_tokenonly; in rd_pick_intra_sbuv_mode() 1417 int *rate, int *rate_tokenonly, in rd_sbuv_dcpred() argument 1424 super_block_uvrd(cpi, x, rate_tokenonly, distortion, in rd_sbuv_dcpred() 1426 *rate = *rate_tokenonly + x->intra_uv_mode_cost[cm->frame_type][DC_PRED]; in rd_sbuv_dcpred()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.c | 878 int *rate_tokenonly, int *distortion) in rd_pick_intra_mbuv_mode() argument 923 *rate_tokenonly = rate_to; in rd_pick_intra_mbuv_mode()
|