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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vpx_temporal_scalable_patterns.c 92 int tot_num_frames = 0; local
100 tot_num_frames += rc->layer_input_frames[i];
102 rc->layer_encoding_bitrate[i] / tot_num_frames;
119 if ((frame_cnt - 1) != tot_num_frames)
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 442 int tot_num_frames = 0; local
454 tot_num_frames += rc->layer_input_frames[layer];
456 rc->layer_encoding_bitrate[layer] / tot_num_frames;
488 if (frame_cnt != tot_num_frames)
490 "%d tot_num_frames = %d\n", frame_cnt, tot_num_frames);
    [all...]
vpx_temporal_svc_encoder.c 115 int tot_num_frames = 0; local
124 tot_num_frames += rc->layer_input_frames[i];
126 rc->layer_encoding_bitrate[i] / tot_num_frames;
154 if ((frame_cnt - 1) != tot_num_frames)

Completed in 74 milliseconds