Home
last modified time | relevance | path

Searched refs:fp_cost (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencodemv.c124 int class0_fp_cost[CLASS0_SIZE][MV_FP_SIZE], fp_cost[MV_FP_SIZE]; in build_nmv_component_cost_table() local
136 av1_cost_tokens_from_cdf(fp_cost, mvcomp->fp_cdf, NULL); in build_nmv_component_cost_table()
161 cost += fp_cost[f]; in build_nmv_component_cost_table()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c74 int class0_fp_cost[CLASS0_SIZE][MV_FP_SIZE], fp_cost[MV_FP_SIZE]; in build_nmv_component_cost_table() local
90 vp9_cost_tokens(fp_cost, mvcomp->fp, vp9_mv_fp_tree); in build_nmv_component_cost_table()
123 int cost = whole_cost + fp_cost[f]; in build_nmv_component_cost_table()