Home
last modified time | relevance | path

Searched refs:gf_picture (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c5770 static void init_gop_frames(VP9_COMP *cpi, GF_PICTURE *gf_picture, argument
5821 gf_picture[0].frame = get_ref_frame_buffer(cpi, GOLDEN_FRAME);
5822 for (i = 0; i < 3; ++i) gf_picture[0].ref_frame[i] = -1;
5823 gf_picture[0].update_type = gf_group->update_type[0];
5828 gf_picture[1].frame = cpi->Source;
5829 gf_picture[1].ref_frame[0] = gld_index;
5830 gf_picture[1].ref_frame[1] = lst_index;
5831 gf_picture[1].ref_frame[2] = alt_index;
5832 gf_picture[1].update_type = gf_group->update_type[1];
5844 gf_picture[frame_idx].frame = &buf->img;
[all …]
/external/libaom/libaom/av1/encoder/
Dtpl_model.c674 const YV12_BUFFER_CONFIG *this_frame = tpl_frame->gf_picture; in mc_flow_dispenser()
708 tpl_data->tpl_frame[tpl_frame->ref_map_index[idx]].gf_picture; in mc_flow_dispenser()
816 tpl_data->tpl_frame[-i - 1].gf_picture = NULL; in init_gop_frames_for_tpl()
820 tpl_data->tpl_frame[-i - 1].gf_picture = &cm->ref_frame_map[i]->buf; in init_gop_frames_for_tpl()
853 tpl_frame->gf_picture = frame_input->source; in init_gop_frames_for_tpl()
867 tpl_frame->gf_picture = &buf->img; in init_gop_frames_for_tpl()
924 tpl_frame->gf_picture = &buf->img; in init_gop_frames_for_tpl()
Dencoder.h174 const YV12_BUFFER_CONFIG *gf_picture; member