Lines Matching full:reference
16 * struct v4l2_h264_reflist_builder - Reference list builder object
20 * @refs.frame_num: reference frame number
21 * @refs.longterm: set to true for a long term reference
29 * This object stores the context of the P/B0/B1 reference list builder.
30 * This procedure is described in section '8.2.4 Decoding process for reference
55 * v4l2_h264_build_b_ref_lists() - Build the B0/B1 reference lists
57 * @builder: reference list builder context
58 * @b0_reflist: 32 sized array used to store the B0 reference list. Each entry
60 * @b1_reflist: 32 sized array used to store the B1 reference list. Each entry
63 * This functions builds the B0/B1 reference lists. This procedure is described
64 * in section '8.2.4 Decoding process for reference picture lists construction'
66 * need to pass B0/B1 reference lists to the hardware.
74 * v4l2_h264_build_p_ref_list() - Build the P reference list
76 * @builder: reference list builder context
77 * @reflist: 32 sized array used to store the P reference list. Each entry
80 * This functions builds the P reference lists. This procedure is describe in
81 * section '8.2.4 Decoding process for reference picture lists construction'
83 * need to pass a P reference list to the hardware.