Searched refs:this_frame (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c77 static void find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame);
264 static double calculate_modified_err(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
268 double this_err = this_frame->ssim_weighted_pred_err;
1334 FIRSTPASS_STATS this_frame; local
1377 while (input_stats(cpi, &this_frame) != EOF)
1379 IIRatio = this_frame.intra_error / DOUBLE_DIVIDE_CHECK(this_frame.coded_error);
1399 while (input_stats(cpi, &this_frame) != EOF)
1401 cpi->twopass.modified_error_total += calculate_modified_err(cpi, &this_frame);
1541 FIRSTPASS_STATS * this_frame,
1539 accumulate_frame_motion_stats( VP8_COMP *cpi, FIRSTPASS_STATS * this_frame, double * this_frame_mv_in_out, double * mv_in_out_accumulator, double * abs_mv_in_out_accumulator, double * mv_ratio_accumulator ) argument
1585 calc_frame_boost( VP8_COMP *cpi, FIRSTPASS_STATS * this_frame, double this_frame_mv_in_out ) argument
1627 FIRSTPASS_STATS this_frame; local
1738 define_gf_group(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
2357 assign_std_frame_bits(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
2418 FIRSTPASS_STATS this_frame = {0}; local
2625 test_candidate_kf(VP8_COMP *cpi, FIRSTPASS_STATS *last_frame, FIRSTPASS_STATS *this_frame, FIRSTPASS_STATS *next_frame) argument
2714 find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
[all...]
H A Donyx_if.c3054 void write_cx_frame_to_file(YV12_BUFFER_CONFIG *frame, int this_frame)
3062 sprintf(filename, "cx\\y%04d.raw", this_frame);
3069 sprintf(filename, "cx\\u%04d.raw", this_frame);
3076 sprintf(filename, "cx\\v%04d.raw", this_frame);
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c77 static void find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame);
264 static double calculate_modified_err(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
268 double this_err = this_frame->ssim_weighted_pred_err;
1334 FIRSTPASS_STATS this_frame; local
1377 while (input_stats(cpi, &this_frame) != EOF)
1379 IIRatio = this_frame.intra_error / DOUBLE_DIVIDE_CHECK(this_frame.coded_error);
1399 while (input_stats(cpi, &this_frame) != EOF)
1401 cpi->twopass.modified_error_total += calculate_modified_err(cpi, &this_frame);
1541 FIRSTPASS_STATS * this_frame,
1539 accumulate_frame_motion_stats( VP8_COMP *cpi, FIRSTPASS_STATS * this_frame, double * this_frame_mv_in_out, double * mv_in_out_accumulator, double * abs_mv_in_out_accumulator, double * mv_ratio_accumulator ) argument
1585 calc_frame_boost( VP8_COMP *cpi, FIRSTPASS_STATS * this_frame, double this_frame_mv_in_out ) argument
1627 FIRSTPASS_STATS this_frame; local
1738 define_gf_group(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
2357 assign_std_frame_bits(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
2418 FIRSTPASS_STATS this_frame = {0}; local
2625 test_candidate_kf(VP8_COMP *cpi, FIRSTPASS_STATS *last_frame, FIRSTPASS_STATS *this_frame, FIRSTPASS_STATS *next_frame) argument
2714 find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
[all...]
H A Donyx_if.c3004 void write_cx_frame_to_file(YV12_BUFFER_CONFIG *frame, int this_frame)
3012 sprintf(filename, "cx\\y%04d.raw", this_frame);
3019 sprintf(filename, "cx\\u%04d.raw", this_frame);
3026 sprintf(filename, "cx\\v%04d.raw", this_frame);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c259 const FIRSTPASS_STATS *this_frame) {
273 modified_error = av_err * pow(this_frame->ssim_weighted_pred_err /
943 FIRSTPASS_STATS this_frame; local
1006 while (input_stats(twopass, &this_frame) != EOF) {
1007 const double iiratio = this_frame.intra_error /
1008 DOUBLE_DIVIDE_CHECK(this_frame.coded_error);
1032 while (input_stats(twopass, &this_frame) != EOF) {
1034 calculate_modified_err(cpi, &this_frame);
1121 FIRSTPASS_STATS *this_frame,
1129 motion_pct = this_frame
258 calculate_modified_err(const VP9_COMP *cpi, const FIRSTPASS_STATS *this_frame) argument
1120 accumulate_frame_motion_stats( FIRSTPASS_STATS *this_frame, double *this_frame_mv_in_out, double *mv_in_out_accumulator, double *abs_mv_in_out_accumulator, double *mv_ratio_accumulator) argument
1156 calc_frame_boost(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame, double this_frame_mv_in_out) argument
1183 FIRSTPASS_STATS this_frame; local
1406 define_gf_group(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
1792 assign_std_frame_bits(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
1822 test_candidate_kf(struct twopass_rc *twopass, const FIRSTPASS_STATS *last_frame, const FIRSTPASS_STATS *this_frame, const FIRSTPASS_STATS *next_frame) argument
1899 find_next_key_frame(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
2204 FIRSTPASS_STATS this_frame; local
[all...]
H A Dvp9_onyx_if.c1897 void write_cx_frame_to_file(YV12_BUFFER_CONFIG *frame, int this_frame) { argument
1902 snprintf(filename, sizeof(filename), "cx\\y%04d.raw", this_frame);
1910 snprintf(filename, sizeof(filename), "cx\\u%04d.raw", this_frame);
1918 snprintf(filename, sizeof(filename), "cx\\v%04d.raw", this_frame);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c223 const FIRSTPASS_STATS *this_frame) {
227 pow(this_frame->coded_error / DOUBLE_DIVIDE_CHECK(av_err),
1198 const FIRSTPASS_STATS *this_frame,
1205 DOUBLE_DIVIDE_CHECK(this_frame->coded_error);
1236 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i + offset); local
1237 if (this_frame == NULL)
1241 accumulate_frame_motion_stats(this_frame,
1253 decay_accumulator *= get_prediction_decay_rate(&cpi->common, this_frame);
1258 boost_score += decay_accumulator * calc_frame_boost(cpi, this_frame,
1275 const FIRSTPASS_STATS *this_frame local
221 calculate_modified_err(const TWO_PASS *twopass, const VP9EncoderConfig *oxcf, const FIRSTPASS_STATS *this_frame) argument
1197 calc_frame_boost(VP9_COMP *cpi, const FIRSTPASS_STATS *this_frame, double this_frame_mv_in_out, double max_boost) argument
1552 define_gf_group(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
1792 test_candidate_kf(TWO_PASS *twopass, const FIRSTPASS_STATS *last_frame, const FIRSTPASS_STATS *this_frame, const FIRSTPASS_STATS *next_frame) argument
1869 find_next_key_frame(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
2176 FIRSTPASS_STATS this_frame; local
[all...]
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decoder.c70 void write_dx_frame_to_file(YV12_BUFFER_CONFIG *frame, int this_frame) { argument
76 snprintf(filename, sizeof(filename)-1, "dx\\y%04d.raw", this_frame);
84 snprintf(filename, sizeof(filename)-1, "dx\\u%04d.raw", this_frame);
92 snprintf(filename, sizeof(filename)-1, "dx\\v%04d.raw", this_frame);
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c806 const int this_frame = frame_set->frame_num_; local
811 for (total = 0; f != NULL && f->frame_num_ == this_frame; f = f->next_) {
/external/webp/src/demux/
H A Ddemux.c806 const int this_frame = frame_set->frame_num_; local
811 for (total = 0; f != NULL && f->frame_num_ == this_frame; f = f->next_) {

Completed in 1189 milliseconds