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

  /external/libvpx/vp8/encoder/
firstpass.c 68 void vp8_find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame);
69 int vp8_input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps);
103 static void reset_fpf_position(VP8_COMP *cpi, FIRSTPASS_STATS *Position)
108 static int lookup_next_frame_stats(VP8_COMP *cpi, FIRSTPASS_STATS *next_frame)
118 static double calculate_modified_err(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame)
129 //FIRSTPASS_STATS next_frame;
130 //FIRSTPASS_STATS *start_pos;
245 * resolution. The FIRSTPASS_STATS struct has a single element array,
250 FIRSTPASS_STATS stats;
252 stats_sz = sizeof(FIRSTPASS_STATS) + mb_count
    [all...]
onyx_int.h 107 FIRSTPASS_STATS;
474 FIRSTPASS_STATS *total_stats;
475 FIRSTPASS_STATS *this_frame_stats;
476 FIRSTPASS_STATS *stats_in, *stats_in_end;
  /external/libvpx/vp8/
vp8_cx_iface.c 197 FIRSTPASS_STATS *stats;
    [all...]

Completed in 161 milliseconds