Searched refs:prob_intra_coded (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | bitstream.c | 501 if (!(cpi->prob_intra_coded = rf_intra * 255 / (rf_intra + rf_inter))) in vp8_convert_rfct_to_prob() 502 cpi->prob_intra_coded = 1; in vp8_convert_rfct_to_prob() 554 vp8_write_literal(w, cpi->prob_intra_coded, 8); in pack_inter_mode_mvs() 595 vp8_write(w, 0, cpi->prob_intra_coded); in pack_inter_mode_mvs() 617 vp8_write(w, 1, cpi->prob_intra_coded); in pack_inter_mode_mvs() 1034 vp8_calc_ref_frame_costs(ref_frame_cost,cpi->prob_intra_coded, in vp8_estimate_entropy_savings()
|
D | encodeframe.c | 657 cpi->prob_intra_coded,255,128); in init_encode_frame_mb_context() 661 cpi->prob_intra_coded,1,255); in init_encode_frame_mb_context() 665 cpi->prob_intra_coded,1,1); in init_encode_frame_mb_context() 668 cpi->prob_intra_coded, in init_encode_frame_mb_context()
|
D | onyx_int.h | 482 int prob_intra_coded; member
|
D | onyx_if.c | 1826 cpi->prob_intra_coded = 63; in vp8_create_compressor() 2879 cpi->prob_intra_coded = 255; in update_rd_ref_frame_probs() 2885 cpi->prob_intra_coded = 63; in update_rd_ref_frame_probs() 2897 cpi->prob_intra_coded += 40; in update_rd_ref_frame_probs() 2898 if (cpi->prob_intra_coded > 255) in update_rd_ref_frame_probs() 2899 cpi->prob_intra_coded = 255; in update_rd_ref_frame_probs()
|