Searched defs:this_frame (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c257 const FIRSTPASS_STATS *this_frame) {
270 modified_error = av_err * pow(this_frame->ssim_weighted_pred_err /
942 FIRSTPASS_STATS this_frame; local
1005 while (input_stats(twopass, &this_frame) != EOF) {
1006 const double iiratio = this_frame.intra_error /
1007 DOUBLE_DIVIDE_CHECK(this_frame.coded_error);
1031 while (input_stats(twopass, &this_frame) != EOF) {
1033 calculate_modified_err(cpi, &this_frame);
1120 FIRSTPASS_STATS *this_frame,
1128 motion_pct = this_frame
256 calculate_modified_err(const VP9_COMP *cpi, const FIRSTPASS_STATS *this_frame) argument
1119 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
1155 calc_frame_boost(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame, double this_frame_mv_in_out) argument
1182 FIRSTPASS_STATS this_frame; local
1405 define_gf_group(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
1791 assign_std_frame_bits(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
1821 test_candidate_kf(VP9_COMP *cpi, const FIRSTPASS_STATS *last_frame, const FIRSTPASS_STATS *this_frame, const FIRSTPASS_STATS *next_frame) argument
1898 find_next_key_frame(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
2208 FIRSTPASS_STATS this_frame; local
[all...]
H A Dvp9_onyx_if.c1973 void write_cx_frame_to_file(YV12_BUFFER_CONFIG *frame, int this_frame) { argument
1978 snprintf(filename, sizeof(filename), "cx\\y%04d.raw", this_frame);
1986 snprintf(filename, sizeof(filename), "cx\\u%04d.raw", this_frame);
1994 snprintf(filename, sizeof(filename), "cx\\v%04d.raw", this_frame);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
1542 FIRSTPASS_STATS * this_frame,
1540 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
1587 calc_frame_boost( VP8_COMP *cpi, FIRSTPASS_STATS * this_frame, double this_frame_mv_in_out ) argument
1629 FIRSTPASS_STATS this_frame; local
1740 define_gf_group(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
2359 assign_std_frame_bits(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
2420 FIRSTPASS_STATS this_frame; local
2628 test_candidate_kf(VP8_COMP *cpi, FIRSTPASS_STATS *last_frame, FIRSTPASS_STATS *this_frame, FIRSTPASS_STATS *next_frame) argument
2717 find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) argument
[all...]

Completed in 948 milliseconds