Searched defs:REF_FRAMES (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | global_motion_facade.c | 81 YV12_BUFFER_CONFIG *ref_buf[REF_FRAMES], int frame, in compute_global_motion_for_ref_frame() 182 YV12_BUFFER_CONFIG *ref_buf[REF_FRAMES], int frame, in av1_compute_gm_for_valid_ref_frames() 197 AV1_COMP *cpi, YV12_BUFFER_CONFIG *ref_buf[REF_FRAMES], in compute_global_motion_for_references() 274 AV1_COMP *cpi, YV12_BUFFER_CONFIG *ref_buf[REF_FRAMES], in update_valid_ref_frames_for_gm()
|
H A D | encode_strategy.c | 524 static int get_free_ref_map_index(RefFrameMapPair ref_map_pairs[REF_FRAMES]) { 530 static int get_refresh_idx(RefFrameMapPair ref_frame_map_pairs[REF_FRAMES], 594 AV1_COMP *cpi, RefFrameMapPair ref_frame_map_pairs[REF_FRAMES], 616 RefFrameMapPair ref_frame_map_pairs[REF_FRAMES]) { 988 void av1_get_ref_frames(RefFrameMapPair ref_frame_map_pairs[REF_FRAMES], 991 int remapped_ref_idx[REF_FRAMES]) {
|
H A D | nonrd_pickmode.c | 307 int_mv frame_mv[][REF_FRAMES], in search_new_mv() 1043 unsigned int ref_frame_cost[REF_FRAMES], in av1_pickmode_ctx_den_update() 1044 int_mv frame_mv[MB_MODE_COUNT][REF_FRAMES], int reuse_inter_pred, in av1_pickmode_ctx_den_update() 2090 int_mv frame_mv[MB_MODE_COUNT][REF_FRAMES], in set_compound_mode() 2119 const unsigned int (*single_vars)[REF_FRAMES], BLOCK_SIZE bsize) { in skip_comp_based_on_var() 2141 int (*single_inter_mode_costs)[REF_FRAMES], int num_inter_modes, in fill_single_inter_mode_costs() 2168 const int (*single_inter_mode_costs)[REF_FRAMES], in is_globalmv_better() 2187 MV_REFERENCE_FRAME *ref_frame2, int_mv frame_mv[MB_MODE_COUNT][REF_FRAMES], in setup_compound_params_from_comp_idx() 2243 const unsigned int (*vars)[REF_FRAMES], in previous_mode_performed_poorly() 2244 const int64_t (*uv_dist)[REF_FRAMES]) { in previous_mode_performed_poorly() [all …]
|
H A D | nonrd_opt.h | 431 int_mv frame_mv[MB_MODE_COUNT][REF_FRAMES], in find_predictors()
|
H A D | rdopt.c | 741 unsigned int (*ref_costs_comp)[REF_FRAMES]) { in estimate_ref_frame_costs() 4017 unsigned int *ref_costs_single, unsigned int (*ref_costs_comp)[REF_FRAMES], in set_params_rd_pick_inter_mode() 4867 static inline void find_top_ref(int64_t ref_frame_rd[REF_FRAMES]) { in find_top_ref() 4884 static inline bool in_single_ref_cutoff(int64_t ref_frame_rd[REF_FRAMES], in in_single_ref_cutoff()
|
H A D | encoder.h | 3903 AV1_COMP *cpi, RefFrameMapPair ref_frame_map_pairs[REF_FRAMES]) { in init_ref_map_pair()
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/codec/ddi/ |
H A D | media_libvpx_vp9.cpp | 145 #define REF_FRAMES (1 << REF_FRAMES_LOG2) in Vp9WriteUncompressHeader() macro
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/codec/ddi/enc/ |
H A D | media_libvpx_vp9_next.cpp | 145 #define REF_FRAMES (1 << REF_FRAMES_LOG2) in Vp9WriteUncompressHeader() macro
|
/aosp_15_r20/external/libaom/examples/ |
H A D | svc_encoder_rtc.cc | 476 static const int REF_FRAMES = 8; variable
|
/aosp_15_r20/external/libvpx/vp9/common/ |
H A D | vp9_onyxc_int.h | 37 #define REF_FRAMES (1 << REF_FRAMES_LOG2) macro
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | enums.h | 535 REF_FRAMES, enumerator
|