Searched refs:frame_refs (Results 1 – 9 of 9) sorted by relevance
195 ref_buf = &cm->frame_refs[0]; in vp9_set_reference_dec()197 ref_buf = &cm->frame_refs[1]; in vp9_set_reference_dec()199 ref_buf = &cm->frame_refs[2]; in vp9_set_reference_dec()269 cm->frame_refs[ref_index].idx = -1; in swap_frame_buffers()290 if (cm->frame_refs[0].idx > 0) { in vp9_receive_compressed_data()291 assert(cm->frame_refs[0].buf != NULL); in vp9_receive_compressed_data()292 cm->frame_refs[0].buf->corrupted = 1; in vp9_receive_compressed_data()
1276 YV12_BUFFER_CONFIG *const buf = cm->frame_refs[i].buf; in setup_frame_size_with_refs()1294 RefBuffer *const ref_frame = &cm->frame_refs[i]; in setup_frame_size_with_refs()1303 RefBuffer *const ref_frame = &cm->frame_refs[i]; in setup_frame_size_with_refs()1868 cm->frame_refs[i].idx = INVALID_IDX; in read_uncompressed_header()1869 cm->frame_refs[i].buf = NULL; in read_uncompressed_header()1913 RefBuffer *const ref_frame = &cm->frame_refs[i]; in read_uncompressed_header()1925 RefBuffer *const ref_buf = &cm->frame_refs[i]; in read_uncompressed_header()
501 RefBuffer *ref_buf = &cm->frame_refs[frame - LAST_FRAME]; in read_inter_block_mode_info()
640 xd->block_refs[0] = &cm->frame_refs[ref0 >= LAST_FRAME ? ref0 - LAST_FRAME in set_ref_ptrs()642 xd->block_refs[1] = &cm->frame_refs[ref1 >= LAST_FRAME ? ref1 - LAST_FRAME in set_ref_ptrs()
1184 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf; in vp9_pick_inter_mode()1686 &cm->frame_refs[ref_frame - 1].sf; in vp9_pick_inter_mode_sub8x8()1718 vp9_is_scaled(&cm->frame_refs[ref_frame - 1].sf)) in vp9_pick_inter_mode_sub8x8()
2165 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf; in setup_buffer_inter()3846 vp9_is_scaled(&cm->frame_refs[ref_frame - 1].sf)) in vp9_rd_pick_inter_mode_sub8x8()3850 vp9_is_scaled(&cm->frame_refs[second_ref_frame - 1].sf)) in vp9_rd_pick_inter_mode_sub8x8()
723 &cm->frame_refs[GOLDEN_FRAME - 1].sf); in choose_partitioning()733 &cm->frame_refs[LAST_FRAME - 1].sf); in choose_partitioning()743 &cm->frame_refs[GOLDEN_FRAME - 1].sf); in choose_partitioning()
3155 RefBuffer *const ref_buf = &cm->frame_refs[ref_frame - 1];
148 RefBuffer frame_refs[REFS_PER_FRAME]; member