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