Home
last modified time | relevance | path

Searched refs:reference_frames (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dglobal_motion_facade.c277 FrameDistPair reference_frames[MAX_DIRECTIONS][REF_FRAMES - 1], in update_valid_ref_frames_for_gm()
316 reference_frames[0][*num_past_ref_frames].distance = in update_valid_ref_frames_for_gm()
318 reference_frames[0][*num_past_ref_frames].frame = frame; in update_valid_ref_frames_for_gm()
321 reference_frames[1][*num_future_ref_frames].distance = in update_valid_ref_frames_for_gm()
323 reference_frames[1][*num_future_ref_frames].frame = frame; in update_valid_ref_frames_for_gm()
374 memset(gm_info->reference_frames, -1, in setup_global_motion_info_params()
375 sizeof(gm_info->reference_frames[0][0]) * MAX_DIRECTIONS * in setup_global_motion_info_params()
381 gm_info->reference_frames, in setup_global_motion_info_params()
387 qsort(gm_info->reference_frames[0], gm_info->num_ref_frames[0], in setup_global_motion_info_params()
388 sizeof(gm_info->reference_frames[0][0]), compare_distance); in setup_global_motion_info_params()
[all …]
Dencoder.h1839 FrameDistPair reference_frames[MAX_DIRECTIONS][REF_FRAMES - 1]; member
Dethread.c1952 *frame_idx = gm_info->reference_frames[cur_dir][cur_frame_to_process].frame; in get_next_gm_job()
2045 gm_info->reference_frames[cur_dir][ref_frame_idx].distance != 0 && in gm_mt_worker_hook()
/external/libgav1/libgav1/src/
Dmotion_vector.cc767 reference_frames, in MotionFieldProjection()
773 auto* const source_frame = reference_frames[source_index].get(); in MotionFieldProjection()
931 reference_frames, in SetupMotionField()
942 if (!IsIntraFrame(reference_frames[last_index]->frame_type())) { in SetupMotionField()
944 reference_frames[last_index] in SetupMotionField()
953 MotionFieldProjection(frame_header, reference_frames, in SetupMotionField()
963 MotionFieldProjection(frame_header, reference_frames, in SetupMotionField()
972 MotionFieldProjection(frame_header, reference_frames, in SetupMotionField()
982 MotionFieldProjection(frame_header, reference_frames, in SetupMotionField()
993 MotionFieldProjection(frame_header, reference_frames, in SetupMotionField()
Dmotion_vector.h55 reference_frames,
/external/mesa3d/src/gallium/frontends/va/
Dpicture_hevc_enc.c52 context->desc.h265enc.reference_frames[i] = h265->reference_frames[i].picture_id; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
Dpicture_vp9.c88 vlVaGetReferenceFrame(drv, vp9->reference_frames[i], &context->desc.vp9.ref[i]); in vlVaHandlePictureParameterBufferVP9()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h516 unsigned reference_frames[16]; member