Searched refs:vp8_calc_ref_frame_costs (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | encodeframe.c | 39 extern void vp8_calc_ref_frame_costs(int *ref_frame_cost, 675 vp8_calc_ref_frame_costs(x->ref_frame_cost, in init_encode_frame_mb_context() 679 vp8_calc_ref_frame_costs(x->ref_frame_cost, in init_encode_frame_mb_context() 683 vp8_calc_ref_frame_costs(x->ref_frame_cost, in init_encode_frame_mb_context() 686 vp8_calc_ref_frame_costs(x->ref_frame_cost, in init_encode_frame_mb_context()
|
D | bitstream.c | 978 void vp8_calc_ref_frame_costs(int *ref_frame_cost, in vp8_calc_ref_frame_costs() function 1025 vp8_calc_ref_frame_costs(ref_frame_cost,new_intra,new_last,new_garf); in vp8_estimate_entropy_savings() 1035 vp8_calc_ref_frame_costs(ref_frame_cost,cpi->prob_intra_coded, in vp8_estimate_entropy_savings()
|