/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 75 static void find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame); 233 FIRSTPASS_STATS *this_frame) { in calculate_modified_err() argument 236 double this_err = this_frame->ssim_weighted_pred_err; in calculate_modified_err() 1250 FIRSTPASS_STATS this_frame; in vp8_init_second_pass() local 1296 while (input_stats(cpi, &this_frame) != EOF) { in vp8_init_second_pass() 1298 this_frame.intra_error / DOUBLE_DIVIDE_CHECK(this_frame.coded_error); in vp8_init_second_pass() 1320 while (input_stats(cpi, &this_frame) != EOF) { in vp8_init_second_pass() 1322 calculate_modified_err(cpi, &this_frame); in vp8_init_second_pass() 1446 static void accumulate_frame_motion_stats(FIRSTPASS_STATS *this_frame, in accumulate_frame_motion_stats() argument 1456 motion_pct = this_frame->pcnt_motion; in accumulate_frame_motion_stats() [all …]
|
D | onyx_if.c | 2784 void write_cx_frame_to_file(YV12_BUFFER_CONFIG *frame, int this_frame) 2792 sprintf(filename, "cx\\y%04d.raw", this_frame); 2799 sprintf(filename, "cx\\u%04d.raw", this_frame); 2806 sprintf(filename, "cx\\v%04d.raw", this_frame);
|
/external/libaom/libaom/av1/encoder/ |
D | pass2_strategy.c | 43 const FIRSTPASS_STATS *this_frame) { in calculate_active_area() argument 46 ((this_frame->intra_skip_pct / 2) + in calculate_active_area() 47 ((this_frame->inactive_zone_rows * 2) / (double)frame_info->mb_rows)); in calculate_active_area() 57 const FIRSTPASS_STATS *this_frame) { in calculate_modified_err() argument 65 av_err * pow(this_frame->coded_error * this_frame->weight / in calculate_modified_err() 75 pow(calculate_active_area(frame_info, this_frame), ACT_AREA_CORRECTION); in calculate_modified_err() 500 const FIRSTPASS_STATS *this_frame, in calc_frame_boost() argument 506 const double active_area = calculate_active_area(frame_info, this_frame); in calc_frame_boost() 514 this_frame->intra_error * active_area) / in calc_frame_boost() 515 DOUBLE_DIVIDE_CHECK(this_frame->coded_error); in calc_frame_boost() [all …]
|
D | firstpass.c | 369 AV1_COMP *cpi, YV12_BUFFER_CONFIG *const this_frame, in firstpass_intra_prediction() argument 385 xd->plane[0].dst.buf = this_frame->y_buffer + y_offset; in firstpass_intra_prediction() 386 xd->plane[1].dst.buf = this_frame->u_buffer + uv_offset; in firstpass_intra_prediction() 387 xd->plane[2].dst.buf = this_frame->v_buffer + uv_offset; in firstpass_intra_prediction() 897 YV12_BUFFER_CONFIG *const this_frame = &cm->cur_frame->buf; in av1_first_pass() local 899 assert(this_frame != NULL); in av1_first_pass() 917 av1_setup_dst_planes(xd->plane, seq_params->sb_size, this_frame, 0, 0, 0, in av1_first_pass() 942 const int recon_y_stride = this_frame->y_stride; in av1_first_pass() 943 const int recon_uv_stride = this_frame->uv_stride; in av1_first_pass() 945 fp_block_size_height >> (this_frame->y_height > this_frame->uv_height); in av1_first_pass() [all …]
|
D | tpl_model.c | 674 const YV12_BUFFER_CONFIG *this_frame = tpl_frame->gf_picture; in mc_flow_dispenser() local 699 &sf, this_frame->y_crop_width, this_frame->y_crop_height, in mc_flow_dispenser() 700 this_frame->y_crop_width, this_frame->y_crop_height); in mc_flow_dispenser() 702 xd->cur_buf = this_frame; in mc_flow_dispenser()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 218 const FIRSTPASS_STATS *this_frame) { in calculate_active_area() argument 223 ((this_frame->intra_skip_pct / 2) + in calculate_active_area() 224 ((this_frame->inactive_zone_rows * 2) / (double)frame_info->mb_rows)); in calculate_active_area() 245 const FIRSTPASS_STATS *this_frame, in calculate_mod_frame_score() argument 248 av_err * pow(this_frame->coded_error * this_frame->weight / in calculate_mod_frame_score() 257 modified_score *= pow(calculate_active_area(&cpi->frame_info, this_frame), in calculate_mod_frame_score() 265 const FIRSTPASS_STATS *this_frame, in calc_norm_frame_score() argument 268 av_err * pow(this_frame->coded_error * this_frame->weight / in calc_norm_frame_score() 281 pow(calculate_active_area(frame_info, this_frame), ACT_AREA_CORRECTION); in calc_norm_frame_score() 291 const FIRSTPASS_STATS *this_frame, in calculate_norm_frame_score() argument [all …]
|
D | vp9_encoder.c | 6809 YV12_BUFFER_CONFIG *this_frame = gf_picture[frame_idx].frame; local 6844 &sf, this_frame->y_crop_width, this_frame->y_crop_height, 6845 this_frame->y_crop_width, this_frame->y_crop_height, 6854 &sf, this_frame->y_crop_width, this_frame->y_crop_height, 6855 this_frame->y_crop_width, this_frame->y_crop_height); 6867 xd->cur_buf = this_frame;
|
/external/libcxxabi/src/ |
D | cxa_personality.cpp | 1042 __gxx_personality_seh0(PEXCEPTION_RECORD ms_exc, void *this_frame, in __gxx_personality_seh0() argument 1045 return _GCC_specific_handler(ms_exc, this_frame, ms_orig_context, ms_disp, in __gxx_personality_seh0()
|
/external/llvm-project/libcxxabi/src/ |
D | cxa_personality.cpp | 1041 __gxx_personality_seh0(PEXCEPTION_RECORD ms_exc, void *this_frame, in __gxx_personality_seh0() argument 1044 return _GCC_specific_handler(ms_exc, this_frame, ms_orig_context, ms_disp, in __gxx_personality_seh0()
|