Lines Matching full:reference
16 * struct v4l2_h264_reflist_builder - Reference list builder object
18 * @refs.pic_order_count: reference picture order count
19 * @refs.frame_num: reference frame number
20 * @refs.pic_num: reference picture number
21 * @refs.longterm: set to true for a long term reference
28 * This object stores the context of the P/B0/B1 reference list builder.
29 * This procedure is described in section '8.2.4 Decoding process for reference
51 * v4l2_h264_build_b_ref_lists() - Build the B0/B1 reference lists
53 * @builder: reference list builder context
54 * @b0_reflist: 16-bytes array used to store the B0 reference list. Each entry
56 * @b1_reflist: 16-bytes array used to store the B1 reference list. Each entry
59 * This functions builds the B0/B1 reference lists. This procedure is described
60 * in section '8.2.4 Decoding process for reference picture lists construction'
62 * need to pass B0/B1 reference lists to the hardware.
69 * v4l2_h264_build_b_ref_lists() - Build the P reference list
71 * @builder: reference list builder context
72 * @p_reflist: 16-bytes array used to store the P reference list. Each entry
75 * This functions builds the P reference lists. This procedure is describe in
76 * section '8.2.4 Decoding process for reference picture lists construction'
78 * need to pass a P reference list to the hardware.