Home
last modified time | relevance | path

Searched refs:this_frame (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
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) in calculate_modified_err() argument
268 double this_err = this_frame->ssim_weighted_pred_err; in calculate_modified_err()
1334 FIRSTPASS_STATS this_frame; in vp8_init_second_pass() local
1377 while (input_stats(cpi, &this_frame) != EOF) in vp8_init_second_pass()
1379 IIRatio = this_frame.intra_error / DOUBLE_DIVIDE_CHECK(this_frame.coded_error); in vp8_init_second_pass()
1399 while (input_stats(cpi, &this_frame) != EOF) in vp8_init_second_pass()
1401 cpi->twopass.modified_error_total += calculate_modified_err(cpi, &this_frame); in vp8_init_second_pass()
1542 FIRSTPASS_STATS * this_frame, in accumulate_frame_motion_stats() argument
1554 motion_pct = this_frame->pcnt_motion; in accumulate_frame_motion_stats()
[all …]
Donyx_if.c3005 void write_cx_frame_to_file(YV12_BUFFER_CONFIG *frame, int this_frame)
3013 sprintf(filename, "cx\\y%04d.raw", this_frame);
3020 sprintf(filename, "cx\\u%04d.raw", this_frame);
3027 sprintf(filename, "cx\\v%04d.raw", this_frame);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c257 const FIRSTPASS_STATS *this_frame) { in calculate_modified_err() argument
270 modified_error = av_err * pow(this_frame->ssim_weighted_pred_err / in calculate_modified_err()
942 FIRSTPASS_STATS this_frame; in vp9_init_second_pass() local
1005 while (input_stats(twopass, &this_frame) != EOF) { in vp9_init_second_pass()
1006 const double iiratio = this_frame.intra_error / in vp9_init_second_pass()
1007 DOUBLE_DIVIDE_CHECK(this_frame.coded_error); in vp9_init_second_pass()
1031 while (input_stats(twopass, &this_frame) != EOF) { in vp9_init_second_pass()
1033 calculate_modified_err(cpi, &this_frame); in vp9_init_second_pass()
1120 FIRSTPASS_STATS *this_frame, in accumulate_frame_motion_stats() argument
1128 motion_pct = this_frame->pcnt_motion; in accumulate_frame_motion_stats()
[all …]
Dvp9_onyx_if.c1973 void write_cx_frame_to_file(YV12_BUFFER_CONFIG *frame, int this_frame) { in write_cx_frame_to_file() argument
1978 snprintf(filename, sizeof(filename), "cx\\y%04d.raw", this_frame); in write_cx_frame_to_file()
1986 snprintf(filename, sizeof(filename), "cx\\u%04d.raw", this_frame); in write_cx_frame_to_file()
1994 snprintf(filename, sizeof(filename), "cx\\v%04d.raw", this_frame); in write_cx_frame_to_file()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decoder.c70 void write_dx_frame_to_file(YV12_BUFFER_CONFIG *frame, int this_frame) { in write_dx_frame_to_file() argument
76 snprintf(filename, sizeof(filename)-1, "dx\\y%04d.raw", this_frame); in write_dx_frame_to_file()
84 snprintf(filename, sizeof(filename)-1, "dx\\u%04d.raw", this_frame); in write_dx_frame_to_file()
92 snprintf(filename, sizeof(filename)-1, "dx\\v%04d.raw", this_frame); in write_dx_frame_to_file()