Home
last modified time | relevance | path

Searched defs:NUM_REF_FRAMES (Results 1 – 12 of 12) sorted by relevance

/system/cros-codecs/src/codec/av1/
Dhelpers.rs62 shifted_order_hints: &[i32; NUM_REF_FRAMES], in find_latest_backward()
63 used_frame: &[bool; NUM_REF_FRAMES],
82 shifted_order_hints: &[i32; NUM_REF_FRAMES], in find_earliest_backward()
83 used_frame: &[bool; NUM_REF_FRAMES],
102 shifted_order_hints: &[i32; NUM_REF_FRAMES], in find_latest_forward()
103 used_frame: &[bool; NUM_REF_FRAMES],
Dparser.rs12 pub const NUM_REF_FRAMES: usize = 8; constant
1557 ref_order_hint: &[u32; NUM_REF_FRAMES], in set_frame_refs()
2944 prev_gm_params: &[[i32; 6]; NUM_REF_FRAMES], in read_global_param()
2945 gm_params: &mut [[i32; 6]; NUM_REF_FRAMES],
/system/cros-codecs/src/decoder/stateless/vp8/
Dv4l2.rs33 const NUM_REF_FRAMES: usize = 3; constant
/system/cros-codecs/src/decoder/stateless/vp9/
Ddummy.rs38 _: &[Option<Self::Handle>; NUM_REF_FRAMES], in submit_picture()
Dvaapi.rs136 reference_frames: [u32; NUM_REF_FRAMES], in build_pic_param()
260 reference_frames: &[Option<Self::Handle>; NUM_REF_FRAMES], in submit_picture()
Dv4l2.rs91 reference_frames: &[Option<Self::Handle>; NUM_REF_FRAMES], in submit_picture()
/system/cros-codecs/src/decoder/stateless/av1/
Ddummy.rs43 _: &[Option<Self::Handle>; crate::codec::av1::parser::NUM_REF_FRAMES], in begin_picture()
Dvaapi.rs241 reference_frames: &[Option<VADecodedHandle<V>>; NUM_REF_FRAMES], in build_pic_param()
517 reference_frames: &[Option<Self::Handle>; NUM_REF_FRAMES], in begin_picture()
Dv4l2.rs96 reference_frames: &[Option<Self::Handle>; NUM_REF_FRAMES], in begin_picture()
/system/cros-codecs/src/decoder/stateless/
Dvp9.rs66 reference_frames: &[Option<Self::Handle>; NUM_REF_FRAMES], in submit_picture()
141 reference_frames: &mut [Option<B::Handle>; NUM_REF_FRAMES], in update_references()
Dav1.rs67 reference_frames: &[Option<Self::Handle>; NUM_REF_FRAMES], in begin_picture()
/system/cros-codecs/src/codec/vp9/
Dparser.rs53 pub const NUM_REF_FRAMES: usize = 8; constant