Searched refs:vp8_calc_ref_frame_costs (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.h | 23 void vp8_calc_ref_frame_costs(int *ref_frame_cost, int prob_intra,
|
D | encodeframe.c | 621 vp8_calc_ref_frame_costs(x->ref_frame_cost, cpi->prob_intra_coded, 255, in init_encode_frame_mb_context() 625 vp8_calc_ref_frame_costs(x->ref_frame_cost, cpi->prob_intra_coded, 1, 255); in init_encode_frame_mb_context() 628 vp8_calc_ref_frame_costs(x->ref_frame_cost, cpi->prob_intra_coded, 1, 1); in init_encode_frame_mb_context() 630 vp8_calc_ref_frame_costs(x->ref_frame_cost, cpi->prob_intra_coded, in init_encode_frame_mb_context()
|
D | bitstream.c | 777 void vp8_calc_ref_frame_costs(int *ref_frame_cost, int prob_intra, in vp8_calc_ref_frame_costs() function 818 vp8_calc_ref_frame_costs(ref_frame_cost, new_intra, new_last, new_garf); in vp8_estimate_entropy_savings() 826 vp8_calc_ref_frame_costs(ref_frame_cost, cpi->prob_intra_coded, in vp8_estimate_entropy_savings()
|