HomeSort by relevance Sort by last modified time
    Searched refs:this_frame_percent_intra (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/encoder/
ratectrl.c 258 cc->this_frame_percent_intra = cpi->this_frame_percent_intra;
297 cpi->this_frame_percent_intra = cc->this_frame_percent_intra;
488 Boost = Boost * vp8_gf_intra_useage_adjustment[(cpi->this_frame_percent_intra < 15) ? cpi->this_frame_percent_intra : 14] / 100;
    [all...]
onyx_int.h 82 int this_frame_percent_intra; member in struct:__anon5124
524 int this_frame_percent_intra; member in struct:__anon5136
onyx_if.c     [all...]
encodeframe.c 840 cpi->this_frame_percent_intra = 100;
852 cpi->this_frame_percent_intra = cpi->count_mb_ref_frame_usage[INTRA_FRAME] * 100 / tot_modes;
    [all...]

Completed in 48 milliseconds