Lines Matching full:reference
16 * v4l2_h264_init_reflist_builder() - Initialize a P/B0/B1 reference list
22 * @dpb: DPB to use when creating the reference list
210 * v4l2_h264_build_p_ref_list() - Build the P reference list
212 * @builder: reference list builder context
213 * @reflist: 16-bytes array used to store the P reference list. Each entry
216 * This functions builds the P reference lists. This procedure is describe in
217 * section '8.2.4 Decoding process for reference picture lists construction'
219 * need to pass a P reference list to the hardware.
233 * v4l2_h264_build_b_ref_lists() - Build the B0/B1 reference lists
235 * @builder: reference list builder context
236 * @b0_reflist: 16-bytes array used to store the B0 reference list. Each entry
238 * @b1_reflist: 16-bytes array used to store the B1 reference list. Each entry
241 * This functions builds the B0/B1 reference lists. This procedure is described
242 * in section '8.2.4 Decoding process for reference picture lists construction'
244 * need to pass B0/B1 reference lists to the hardware.