Lines Matching full:picture
300 PIC_TYPE_IDR = 5, /* H.264/H.265 IDR (Instantaneous Decoder Refresh) picture */
387 * This is a frame buffer index for the picture to be displayed at the moment
396 * -3(0xFFFD) or -2(0xFFFE) : when a display output cannot be given due to picture
403 * This is the frame buffer index of the decoded picture among the frame buffers which were
409 * -1 : indicates that the decoder fails to decode a picture because there is no available
423 int temporal_id; /* temporal ID of the picture */
443 u32 dec_host_cmd_tick; /* tick of DEC_PIC command for the picture */
444 u32 dec_decode_end_tick; /* end tick of decoding slices of the picture */
463 u32 pic_type; /* picture type of nth picture in the custom GOP */
464 u32 poc_offset; /* POC of nth picture in the custom GOP */
465 u32 pic_qp; /* quantization parameter of nth picture in the custom GOP */
466 u32 use_multi_ref_p; /* use multiref pic for P picture. valid only if PIC_TYPE is P */
467 u32 ref_poc_l0; /* POC of reference L0 of nth picture in the custom GOP */
468 u32 ref_poc_l1; /* POC of reference L1 of nth picture in the custom GOP */
469 s32 temporal_id; /* temporal ID of nth picture in the custom GOP */
479 * 3 : main still picture profile
489 u32 intra_qp; /* quantization parameter of intra picture */
490 u32 intra_period; /* period of intra picture in GOP size */
503 * - intra_ctu_refresh_mode (4) -> number of intra ct_us to be encoded in a picture
508 * 1 : recommended encoder parameters (slow encoding speed, highest picture quality)
509 * 2 : boost mode (normal encoding speed, moderate picture quality)
510 * 3 : fast mode (fast encoding speed, low picture quality)
525 u32 nr_intra_weight_cb; /* weight to cb noise level for intra picture (0 ~ 31) */
526 u32 nr_intra_weight_cr; /* weight to cr noise level for intra picture (0 ~ 31) */
528 u32 nr_inter_weight_cb; /* weight to cb noise level for inter picture (0 ~ 31) */
529 u32 nr_inter_weight_cr; /* weight to cr noise level for inter picture (0 ~ 31) */
530 u32 min_qp_i; /* minimum QP of I picture for rate control */
531 u32 max_qp_i; /* maximum QP of I picture for rate control */
532 u32 min_qp_p; /* minimum QP of P picture for rate control */
533 u32 max_qp_p; /* maximum QP of P picture for rate control */
534 u32 min_qp_b; /* minimum QP of B picture for rate control */
535 u32 max_qp_b; /* maximum QP of B picture for rate control */
536 u32 avc_idr_period; /* period of IDR picture (0 ~ 1024). 0 - implies an infinite period */
551 u32 en_still_picture: 1; /* still picture profile */
577 u32 pic_width; /* width of a picture to be encoded in unit of sample */
578 u32 pic_height; /* height of a picture to be encoded in unit of sample */
630 u32 enc_pic_byte; /* number of encoded picture bytes */
631 s32 enc_src_idx; /* source buffer index of the currently encoded picture */
633 u32 error_reason; /* error reason of the currently encoded picture */
634 u32 warn_info; /* warning information on the currently encoded picture */
637 u32 enc_host_cmd_tick; /* tick of ENC_PIC command for the picture */
638 u32 enc_encode_end_tick; /* end tick of encoding slices of the picture */