HomeSort by relevance Sort by last modified time
    Searched refs:current_video_frame (Results 1 - 25 of 42) sorted by null

1 2

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 138 cm->current_video_frame = 0;
354 cm->current_video_frame);
357 cm->current_video_frame + 1000);
373 cm->current_video_frame + 2000);
376 cm->current_video_frame + 3000);
396 cm->current_video_frame++;
vp9_dthread.c 149 if (!cm->current_video_frame || cm->last_height != cm->height) {
  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 158 unsigned int current_video_frame; member in struct:VP8Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyxc_int.h 158 unsigned int current_video_frame; member in struct:VP8Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_debugmodes.c 18 fprintf(f, "(Frame %d, Show:%d, Q:%d): \n", cm->current_video_frame,
vp9_onyxc_int.h 181 unsigned int current_video_frame; member in struct:VP9Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.c 418 const unsigned int curr_frame = cpi->common.current_video_frame;
454 if (cpi->common.current_video_frame > 1)
511 } else if (cm->current_video_frame > 0) {
550 if (cm->current_video_frame > 1) {
575 if (!(cm->current_video_frame == 0))
623 } else if (cm->current_video_frame > 0) {
705 if (cm->current_video_frame > 1)
736 if (!(cm->current_video_frame == 0))
773 printf("frame:%d q:%d\n", cm->current_video_frame, q);
    [all...]
vp9_speed_features.c 240 (cm->current_video_frame + 1) % sf->last_partitioning_redo_frequency);
261 (cm->current_video_frame % sf->last_partitioning_redo_frequency == 1);
263 (cm->current_video_frame %
vp9_firstpass.c 629 if (cm->current_video_frame > 0) {
665 if (cm->current_video_frame > 1 && gld_yv12 != NULL) {
792 fps.frame = cm->current_video_frame;
839 ((cm->current_video_frame > 0) &&
862 if (cm->current_video_frame == 0 && gld_yv12 != NULL) {
871 (int)cm->current_video_frame);
873 if (cm->current_video_frame == 0)
882 ++cm->current_video_frame;
    [all...]
vp9_onyx_if.c 392 fprintf(statsfile, "%10d\n", cm->current_video_frame);
    [all...]
vp9_temporal_filter.c 519 if (cpi->common.current_video_frame > 1)
  /external/libvpx/libvpx/vp9/common/
vp9_debugmodes.c 18 fprintf(f, "(Frame %d, Show:%d, Q:%d): \n", cm->current_video_frame,
vp9_onyxc_int.h 253 unsigned int current_video_frame; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 106 cm->current_video_frame = 0;
397 cm->current_video_frame++;
407 cm->current_video_frame++;
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 385 max_bits = (int)(((double)cpi->twopass.bits_left / (cpi->twopass.total_stats.count - (double)cpi->common.current_video_frame)) * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
637 if (cm->current_video_frame > 0)
682 if (cm->current_video_frame > 1)
802 fps.frame = cm->current_video_frame ;
860 if ((cm->current_video_frame > 0) &&
878 if (cm->current_video_frame == 0)
889 sprintf(filename, "enc%04d.yuv", (int) cm->current_video_frame);
891 if (cm->current_video_frame == 0)
    [all...]
ratectrl.c 364 else if (cpi->common.current_video_frame == 0)
431 cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending);
484 cpi->one_pass_frame_index = cpi->common.current_video_frame%MAX_LAG_BUFFERS;
    [all...]
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 385 max_bits = (int)(((double)cpi->twopass.bits_left / (cpi->twopass.total_stats.count - (double)cpi->common.current_video_frame)) * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
636 if (cm->current_video_frame > 0)
681 if (cm->current_video_frame > 1)
801 fps.frame = cm->current_video_frame ;
859 if ((cm->current_video_frame > 0) &&
877 if (cm->current_video_frame == 0)
888 sprintf(filename, "enc%04d.yuv", (int) cm->current_video_frame);
890 if (cm->current_video_frame == 0
    [all...]
ratectrl.c 363 else if (cpi->common.current_video_frame == 0)
429 cpi->common.current_video_frame, cpi->gfu_boost, cpi->baseline_gf_interval, cpi->source_alt_ref_pending);
482 cpi->one_pass_frame_index = cpi->common.current_video_frame%MAX_LAG_BUFFERS;
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 612 const unsigned int curr_frame = cpi->common.current_video_frame;
654 ambient_qp = (cm->current_video_frame < num_frames_weight_key) ?
712 } else if (cm->current_video_frame > 0) {
748 if (cm->current_video_frame > 1) {
774 !(cm->current_video_frame == 0)) {
    [all...]
vp9_firstpass.c 483 (cm->current_video_frame == 0 ||
756 if ((lc == NULL && cm->current_video_frame > 0) ||
816 if (((lc == NULL && cm->current_video_frame > 1) ||
    [all...]
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 88 pbi->common.current_video_frame = 0;
377 cm->current_video_frame++;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 74 pbi->common.current_video_frame = 0;
378 cm->current_video_frame++;

Completed in 287 milliseconds

1 2