Searched refs:frame_refs (Results 1 – 9 of 9) sorted by relevance
265 cm->frame_refs[ref_index].idx = -1; in swap_frame_buffers()286 if (cm->frame_refs[0].idx > 0) { in vp9_receive_compressed_data()287 assert(cm->frame_refs[0].buf != NULL); in vp9_receive_compressed_data()288 cm->frame_refs[0].buf->corrupted = 1; in vp9_receive_compressed_data()
661 RefBuffer *ref_buf = &pbi->common.frame_refs[frame - LAST_FRAME]; in dec_build_inter_predictors_sb()1231 if (cm->frame_refs[i].idx != INVALID_IDX) { in setup_frame_size_with_refs()1232 YV12_BUFFER_CONFIG *const buf = cm->frame_refs[i].buf; in setup_frame_size_with_refs()1253 RefBuffer *const ref_frame = &cm->frame_refs[i]; in setup_frame_size_with_refs()1263 RefBuffer *const ref_frame = &cm->frame_refs[i]; in setup_frame_size_with_refs()1816 cm->frame_refs[i].idx = INVALID_IDX; in read_uncompressed_header()1817 cm->frame_refs[i].buf = NULL; in read_uncompressed_header()1862 RefBuffer *const ref_frame = &cm->frame_refs[i]; in read_uncompressed_header()1874 RefBuffer *const ref_buf = &cm->frame_refs[i]; in read_uncompressed_header()
880 &cm->frame_refs[ref0 >= LAST_FRAME ? ref0 - LAST_FRAME : 0]; in set_ref_ptrs()882 &cm->frame_refs[ref1 >= LAST_FRAME ? ref1 - LAST_FRAME : 0]; in set_ref_ptrs()
1204 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf; in find_predictors()1585 struct scale_factors *const sf = &cm->frame_refs[LAST_FRAME - 1].sf; in vp9_pick_inter_mode()1589 struct scale_factors *const sf = &cm->frame_refs[GOLDEN_FRAME - 1].sf; in vp9_pick_inter_mode()2300 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf; in vp9_pick_inter_mode_sub8x8()2329 vp9_is_scaled(&cm->frame_refs[ref_frame - 1].sf)) in vp9_pick_inter_mode_sub8x8()2336 vp9_is_scaled(&cm->frame_refs[ref_frame - 1].sf)) in vp9_pick_inter_mode_sub8x8()
411 &cm->frame_refs[ref_frame - 1].sf; in set_rt_speed_feature_framesize_independent()
1149 &cm->frame_refs[GOLDEN_FRAME - 1].sf); in choose_partitioning()1161 &cm->frame_refs[ALTREF_FRAME - 1].sf); in choose_partitioning()1166 &cm->frame_refs[LAST_FRAME - 1].sf); in choose_partitioning()1187 &cm->frame_refs[GOLDEN_FRAME - 1].sf); in choose_partitioning()
2295 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf; in setup_buffer_inter()3871 int ref_scaled = vp9_is_scaled(&cm->frame_refs[ref_frame - 1].sf); in vp9_rd_pick_inter_mode_sub8x8()3873 ref_scaled += vp9_is_scaled(&cm->frame_refs[second_ref_frame - 1].sf); in vp9_rd_pick_inter_mode_sub8x8()
3427 RefBuffer *const ref_buf = &cm->frame_refs[ref_frame - 1];
148 RefBuffer frame_refs[REFS_PER_FRAME]; member