Searched refs:prob_intra_coded (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | bitstream.c | 394 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()
|
D | encodeframe.c | 616 vp8_calc_ref_frame_costs(x->ref_frame_cost, cpi->prob_intra_coded, 255, in init_encode_frame_mb_context() 620 vp8_calc_ref_frame_costs(x->ref_frame_cost, cpi->prob_intra_coded, 1, 255); in init_encode_frame_mb_context() 623 vp8_calc_ref_frame_costs(x->ref_frame_cost, cpi->prob_intra_coded, 1, 1); in init_encode_frame_mb_context() 625 vp8_calc_ref_frame_costs(x->ref_frame_cost, cpi->prob_intra_coded, in init_encode_frame_mb_context()
|
D | onyx_int.h | 465 int prob_intra_coded; member
|
D | onyx_if.c | 1795 cpi->prob_intra_coded = 63; in vp8_create_compressor() 2666 cpi->prob_intra_coded = 255; in update_rd_ref_frame_probs() 2670 cpi->prob_intra_coded = 63; in update_rd_ref_frame_probs() 2680 cpi->prob_intra_coded += 40; in update_rd_ref_frame_probs() 2681 if (cpi->prob_intra_coded > 255) cpi->prob_intra_coded = 255; in update_rd_ref_frame_probs()
|