Lines Matching full:slice
154 * @frame_num: the parameter to be written in the slice header
160 * @slice_size_type: 0 = no constraint to close the slice
161 * 1= a slice is closed as soon as the slice_mb_size limit
163 * 2= a slice is closed as soon as the slice_byte_size limit
165 * 3= a slice is closed as soon as either the slice_byte_size
167 * @slice_mb_size: defines the slice size in number of macroblocks
178 * the slice are filtered.
180 * edges of the slice.
182 * the slice are filtered with exception of the block edges
183 * that coincide with slice boundaries
184 * @slice_alpha_c0_offset_div2: to be written in slice header,
186 * @slice_beta_offset_div2: to be written in slice header,
253 * @addr_slice_header: address to slice header
254 * @slice_header_size_in_bits: size in bits of the Slice header
255 * @slice_header_offset0: Slice header offset where to insert
257 * @slice_header_offset1: Slice header offset where to insert
259 * @slice_header_offset2: Slice header offset where to insert
261 * @slice_synchro_enable: enable "slice ready" interrupt after each slice
262 * @max_slice_number: Maximum number of slice in a frame
273 * @slice_byte_size: maximum slice size in bytes
360 * @ slice_size: slice size
363 * @ slice_num: slice number
381 * @ slice_count: slice count
425 * with this HVA hardware version, part of the slice header is computed in hva_h264_fill_slice_header()
475 * update slice header with P frame order in hva_h264_fill_slice_header()
483 "%s %s slice header order %d idrPicId %d header size %d\n", in hva_h264_fill_slice_header()
824 /* fill the slice header part */ in hva_h264_prepare_task()