Home
last modified time | relevance | path

Searched refs:frame_refs (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c302 cm->frame_refs[ref_index].idx = -1; in swap_frame_buffers()
361 if (cm->frame_refs[0].idx > 0) { in vp9_receive_compressed_data()
362 assert(cm->frame_refs[0].buf != NULL); in vp9_receive_compressed_data()
363 cm->frame_refs[0].buf->corrupted = 1; in vp9_receive_compressed_data()
Dvp9_decodeframe.c713 RefBuffer *ref_buf = &pbi->common.frame_refs[frame - LAST_FRAME]; in dec_build_inter_predictors_sb()
1553 if (cm->frame_refs[i].idx != INVALID_IDX) { in setup_frame_size_with_refs()
1554 YV12_BUFFER_CONFIG *const buf = cm->frame_refs[i].buf; in setup_frame_size_with_refs()
1575 RefBuffer *const ref_frame = &cm->frame_refs[i]; in setup_frame_size_with_refs()
1585 RefBuffer *const ref_frame = &cm->frame_refs[i]; in setup_frame_size_with_refs()
2236 cm->frame_refs[i].idx = INVALID_IDX; in read_uncompressed_header()
2237 cm->frame_refs[i].buf = NULL; in read_uncompressed_header()
2283 RefBuffer *const ref_frame = &cm->frame_refs[i]; in read_uncompressed_header()
2295 RefBuffer *const ref_buf = &cm->frame_refs[i]; in read_uncompressed_header()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h1034 &cm->frame_refs[ref0 >= LAST_FRAME ? ref0 - LAST_FRAME : 0]; in set_ref_ptrs()
1036 &cm->frame_refs[ref1 >= LAST_FRAME ? ref1 - LAST_FRAME : 0]; in set_ref_ptrs()
Dvp9_pickmode.c1229 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf; in find_predictors()
1740 struct scale_factors *const sf_last = &cm->frame_refs[LAST_FRAME - 1].sf; in vp9_pick_inter_mode()
1742 &cm->frame_refs[GOLDEN_FRAME - 1].sf; in vp9_pick_inter_mode()
1858 struct scale_factors *const sf = &cm->frame_refs[LAST_FRAME - 1].sf; in vp9_pick_inter_mode()
1865 struct scale_factors *const sf = &cm->frame_refs[GOLDEN_FRAME - 1].sf; in vp9_pick_inter_mode()
2639 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf; in vp9_pick_inter_mode_sub8x8()
2668 vp9_is_scaled(&cm->frame_refs[ref_frame - 1].sf)) in vp9_pick_inter_mode_sub8x8()
2675 vp9_is_scaled(&cm->frame_refs[ref_frame - 1].sf)) in vp9_pick_inter_mode_sub8x8()
Dvp9_svc_layercontext.c1009 &cm->frame_refs[ref_frame - 1].sf; in vp9_svc_constrain_inter_layer_pred()
1026 struct scale_factors *scale_fac = &cm->frame_refs[ref_frame - 1].sf; in vp9_svc_constrain_inter_layer_pred()
Dvp9_encodeframe.c1385 &cm->frame_refs[GOLDEN_FRAME - 1].sf); in choose_partitioning()
1397 &cm->frame_refs[ALTREF_FRAME - 1].sf); in choose_partitioning()
1402 &cm->frame_refs[LAST_FRAME - 1].sf); in choose_partitioning()
1444 &cm->frame_refs[GOLDEN_FRAME - 1].sf); in choose_partitioning()
3512 &cm->frame_refs[ref - 1].sf); in ml_predict_var_rd_paritioning()
5170 &cm->frame_refs[GOLDEN_FRAME - 1].sf); in get_estimated_pred()
5182 &cm->frame_refs[ALTREF_FRAME - 1].sf); in get_estimated_pred()
5187 &cm->frame_refs[LAST_FRAME - 1].sf); in get_estimated_pred()
5209 &cm->frame_refs[GOLDEN_FRAME - 1].sf); in get_estimated_pred()
Dvp9_speed_features.c494 &cm->frame_refs[ref_frame - 1].sf; in set_rt_speed_feature_framesize_independent()
Dvp9_rdopt.c2292 const struct scale_factors *const sf = &cm->frame_refs[ref_frame - 1].sf; in setup_buffer_inter()
4033 vp9_is_scaled(&cm->frame_refs[ref_frame - 1].sf); in vp9_rd_pick_inter_mode_sub8x8()
4035 ref_scaled += vp9_is_scaled(&cm->frame_refs[second_ref_frame - 1].sf); in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_encoder.c3602 RefBuffer *const ref_buf = &cm->frame_refs[ref_frame - 1];
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h127 RefBuffer frame_refs[REFS_PER_FRAME]; member