Lines Matching refs:h264
610 |h264:stream_type|S32|RK_S32|Indicates the type of input H.264 stream format, and the default is 0.…
611 |h264:profile|S32|RK_S32|The profile_idc parameter in SPS:<br>66-indicates Baseline profile.<br>77-…
612 |h264:level|S32|RK_S32|Indicates the level_idc parameter in SPS, where 10 represents level 1.0:10/…
613 |h264:cabac_en|S32|RK_S32|Represents the entropy encoding format used by the encoder:<br>0 – CAVLC,…
614 |h264:cabac_idc|S32|RK_S32|The cabac_init_idc in the protocol syntax is valid when cabac_en is 1, a…
615 |h264:trans8x8|S32|RK_S32|Indicates the 8x8 conversion enable flag in the protocol syntax.|
616 |h264:const_intra|S32|RK_S32|0-to close, fixed close in Baseline/Main profile.|
617 |h264:scaling_list|S32|RK_S32|1-to enable, selectable to enable in High profile.|
618 |h264:cb_qp_offset|S32|RK_S32|It indicates the constrained_intra_pred_mode mode enable flag in the …
619 |h264:cr_qp_offset|S32|RK_S32|0-is off, 1-is on.|
620 |h264:dblk_disable|S32|RK_S32|Represents the scaling_list_matrix mode in the protocol syntax|
621 |h264:dblk_alpha|S32|RK_S32|0-flat matrix, 1-default matrix.|
622 |h264:dblk_beta|S32|RK_S32|Indicates the deblock_offset_beta value in the protocol syntax.|
623 |h264:qp_init|S32|RK_S32|The valid range is [-6, 6].|
624 |h264:qp_max|S32|RK_S32|Indicates the initial QP value. Do not configure it under normal circumstan…
625 |h264:qp_min|S32|RK_S32|Indicates the maximum QP value, do not configure it under normal circumstan…
626 |h264:qp_max_i|S32|RK_S32|Indicates the minimum QP value, do not configure it under normal circumst…
627 |h264:qp_min_i|S32|RK_S32|Indicates the maximum I frame QP value. Do not configure it under normal …
628 |h264:qp_step|S32|RK_S32|Indicates the minimum I frame QP value. Do not configure it under normal c…
828 Take 30 frames of ocrean.h264 under /data/ as an example to introduce the demo and output. The comm…
831 mpi_dec_test -t 7 -i /data/ocrean.h264 -n 30
943 mpi_enc_test -w 1920 -h 1080 -t 7 -i /data/ocrean.yuv -o /data/out.h264 -n 30