Searched refs:gf_picture (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tpl_model.c | 117 struct scale_factors *sf, GF_PICTURE *gf_picture, in mode_estimation() argument 240 tpl_stats->ref_frame_index = gf_picture[frame_idx].ref_frame[best_rf_idx]; in mode_estimation() 380 static void mc_flow_dispenser(AV1_COMP *cpi, GF_PICTURE *gf_picture, in mc_flow_dispenser() argument 383 YV12_BUFFER_CONFIG *this_frame = gf_picture[frame_idx].frame; in mc_flow_dispenser() 422 int rf_idx = gf_picture[frame_idx].ref_frame[idx]; in mc_flow_dispenser() 423 if (rf_idx != -1) ref_frame[idx] = gf_picture[rf_idx].frame; in mc_flow_dispenser() 448 mode_estimation(cpi, x, xd, &sf, gf_picture, frame_idx, src_diff, coeff, in mc_flow_dispenser() 462 static void init_gop_frames(AV1_COMP *cpi, GF_PICTURE *gf_picture, in init_gop_frames() argument 506 gf_picture[0].frame = NULL; in init_gop_frames() 508 if (ref_buf) gf_picture[0].frame = &ref_buf->buf; in init_gop_frames() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 5413 static void init_gop_frames(VP9_COMP *cpi, GF_PICTURE *gf_picture, argument 5464 gf_picture[0].frame = get_ref_frame_buffer(cpi, GOLDEN_FRAME); 5465 for (i = 0; i < 3; ++i) gf_picture[0].ref_frame[i] = -1; 5466 gf_picture[0].update_type = gf_group->update_type[0]; 5471 gf_picture[1].frame = cpi->Source; 5472 gf_picture[1].ref_frame[0] = gld_index; 5473 gf_picture[1].ref_frame[1] = lst_index; 5474 gf_picture[1].ref_frame[2] = alt_index; 5475 gf_picture[1].update_type = gf_group->update_type[1]; 5487 gf_picture[frame_idx].frame = &buf->img; [all …]
|