Home
last modified time | relevance | path

Searched refs:rec_picture (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dtpl_model.c217 mi_row * MI_SIZE * tpl_frame->rec_picture->y_stride + mi_col * MI_SIZE; in mode_estimation()
218 uint8_t *dst_buffer = tpl_frame->rec_picture->y_buffer + dst_mb_offset; in mode_estimation()
219 const int dst_buffer_stride = tpl_frame->rec_picture->y_stride; in mode_estimation()
706 tpl_data->tpl_frame[tpl_frame->ref_map_index[idx]].rec_picture; in mc_flow_dispenser()
817 tpl_data->tpl_frame[-1 - 1].rec_picture = NULL; in init_gop_frames_for_tpl()
821 tpl_data->tpl_frame[-i - 1].rec_picture = &cm->ref_frame_map[i]->buf; in init_gop_frames_for_tpl()
876 tpl_frame->rec_picture = &tpl_data->tpl_rec_pool[process_frame_count]; in init_gop_frames_for_tpl()
925 tpl_frame->rec_picture = &tpl_data->tpl_rec_pool[process_frame_count]; in init_gop_frames_for_tpl()
1022 aom_extend_frame_borders(tpl_data->tpl_frame[frame_idx].rec_picture, in av1_tpl_setup_stats()
Dencoder.h175 YV12_BUFFER_CONFIG *rec_picture; member