Searched refs:prob_intra_coded (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.c | 393 if (!(cpi->prob_intra_coded = rf_intra * 255 / (rf_intra + rf_inter))) { in vp8_convert_rfct_to_prob() 394 cpi->prob_intra_coded = 1; in vp8_convert_rfct_to_prob() 437 vp8_write_literal(w, cpi->prob_intra_coded, 8); in pack_inter_mode_mvs() 473 vp8_write(w, 0, cpi->prob_intra_coded); in pack_inter_mode_mvs() 489 vp8_write(w, 1, cpi->prob_intra_coded); in pack_inter_mode_mvs() 826 vp8_calc_ref_frame_costs(ref_frame_cost, cpi->prob_intra_coded, in vp8_estimate_entropy_savings()
|
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 | onyx_int.h | 463 int prob_intra_coded; member
|
D | onyx_if.c | 1797 cpi->prob_intra_coded = 63; in vp8_create_compressor() 2678 cpi->prob_intra_coded = 255; in update_rd_ref_frame_probs() 2682 cpi->prob_intra_coded = 63; in update_rd_ref_frame_probs() 2692 cpi->prob_intra_coded += 40; in update_rd_ref_frame_probs() 2693 if (cpi->prob_intra_coded > 255) cpi->prob_intra_coded = 255; in update_rd_ref_frame_probs()
|