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

  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 1009 int tot_modes; local
1011 tot_modes = cpi->mb.count_mb_ref_frame_usage[INTRA_FRAME]
1016 if (tot_modes)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeframe.c 997 int tot_modes; local
999 tot_modes = cpi->mb.count_mb_ref_frame_usage[INTRA_FRAME]
1004 if (tot_modes)
1006 cpi->mb.count_mb_ref_frame_usage[INTRA_FRAME] * 100 / tot_modes;
    [all...]

Completed in 148 milliseconds