/external/libvpx/libvpx/vp8/encoder/ |
bitstream.c | 501 if (!(cpi->prob_intra_coded = rf_intra * 255 / (rf_intra + rf_inter))) 502 cpi->prob_intra_coded = 1; 554 vp8_write_literal(w, cpi->prob_intra_coded, 8); 595 vp8_write(w, 0, cpi->prob_intra_coded); 617 vp8_write(w, 1, cpi->prob_intra_coded); 1034 vp8_calc_ref_frame_costs(ref_frame_cost,cpi->prob_intra_coded, [all...] |
encodeframe.c | 656 cpi->prob_intra_coded,255,128); 660 cpi->prob_intra_coded,1,255); 664 cpi->prob_intra_coded,1,1); 667 cpi->prob_intra_coded, [all...] |
onyx_int.h | 478 int prob_intra_coded; member in struct:VP8_COMP
|
onyx_if.c | [all...] |