Searched refs:vp8_calc_ref_frame_costs (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | encodeframe.c | 38 extern void vp8_calc_ref_frame_costs(int *ref_frame_cost, 656 vp8_calc_ref_frame_costs(x->ref_frame_cost, in init_encode_frame_mb_context() 660 vp8_calc_ref_frame_costs(x->ref_frame_cost, in init_encode_frame_mb_context() 664 vp8_calc_ref_frame_costs(x->ref_frame_cost, in init_encode_frame_mb_context() 667 vp8_calc_ref_frame_costs(x->ref_frame_cost, in init_encode_frame_mb_context()
|
D | bitstream.c | 977 void vp8_calc_ref_frame_costs(int *ref_frame_cost, in vp8_calc_ref_frame_costs() function 1024 vp8_calc_ref_frame_costs(ref_frame_cost,new_intra,new_last,new_garf); in vp8_estimate_entropy_savings() 1034 vp8_calc_ref_frame_costs(ref_frame_cost,cpi->prob_intra_coded, in vp8_estimate_entropy_savings()
|