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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 134 FIRSTPASS_STATS this_frame_stats; member in struct:__anon24788
vp9_firstpass.c     [all...]
vp9_rdopt.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 563 FIRSTPASS_STATS this_frame_stats; member in struct:VP8_COMP::twopass_rc
firstpass.c 800 memcpy(&cpi->twopass.this_frame_stats, &fps, sizeof(FIRSTPASS_STATS));
801 output_stats(cpi, cpi->output_pkt_list, &cpi->twopass.this_frame_stats);
809 (cpi->twopass.this_frame_stats.pcnt_inter > 0.20) &&
810 ((cpi->twopass.this_frame_stats.intra_error /
811 DOUBLE_DIVIDE_CHECK(cpi->twopass.this_frame_stats.coded_error)) >
    [all...]

Completed in 519 milliseconds