Home
last modified time | relevance | path

Searched refs:prob_intra_coded (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vp8/encoder/
Dbitstream.c394 if (!(cpi->prob_intra_coded = rf_intra * 255 / (rf_intra + rf_inter))) { in vp8_convert_rfct_to_prob()
395 cpi->prob_intra_coded = 1; in vp8_convert_rfct_to_prob()
438 vp8_write_literal(w, cpi->prob_intra_coded, 8); in pack_inter_mode_mvs()
474 vp8_write(w, 0, cpi->prob_intra_coded); in pack_inter_mode_mvs()
490 vp8_write(w, 1, cpi->prob_intra_coded); in pack_inter_mode_mvs()
827 vp8_calc_ref_frame_costs(ref_frame_cost, cpi->prob_intra_coded, in vp8_estimate_entropy_savings()
Dencodeframe.c623 vp8_calc_ref_frame_costs(x->ref_frame_cost, cpi->prob_intra_coded, 255, in init_encode_frame_mb_context()
627 vp8_calc_ref_frame_costs(x->ref_frame_cost, cpi->prob_intra_coded, 1, 255); in init_encode_frame_mb_context()
630 vp8_calc_ref_frame_costs(x->ref_frame_cost, cpi->prob_intra_coded, 1, 1); in init_encode_frame_mb_context()
632 vp8_calc_ref_frame_costs(x->ref_frame_cost, cpi->prob_intra_coded, in init_encode_frame_mb_context()
Donyx_int.h466 int prob_intra_coded; member
Donyx_if.c1796 cpi->prob_intra_coded = 63; in vp8_create_compressor()
2672 cpi->prob_intra_coded = 255; in update_rd_ref_frame_probs()
2676 cpi->prob_intra_coded = 63; in update_rd_ref_frame_probs()
2686 cpi->prob_intra_coded += 40; in update_rd_ref_frame_probs()
2687 if (cpi->prob_intra_coded > 255) cpi->prob_intra_coded = 255; in update_rd_ref_frame_probs()