Lines Matching refs:k
372 RK_U32 i, j, k; in hal_h265d_slice_output_rps() local
394 for (k = 0; k < dxva_cxt->slice_count; k++) { in hal_h265d_slice_output_rps()
399 …mpp_set_bitread_ctx(&gb_cxt, (RK_U8*)(dxva_cxt->bitstream + dxva_cxt->slice_short[k].BSNALunitData… in hal_h265d_slice_output_rps()
400 dxva_cxt->slice_short[k].SliceBytesInBuffer); in hal_h265d_slice_output_rps()
660 for (k = 0; k < (RK_U32)nb_slice; k++) { in hal_h265d_slice_output_rps()
663 mpp_put_bits(&bp, rps_pic_info[k][j][i].is_long_term, 1); in hal_h265d_slice_output_rps()
667 mpp_put_bits(&bp, rps_pic_info[k][j][i].dpb_index, 4); in hal_h265d_slice_output_rps()
670 mpp_put_bits(&bp, lowdelay_flag [k], 1); in hal_h265d_slice_output_rps()
671 h265h_dbg(H265H_DBG_RPS, "lowdelay_flag = %d \n", lowdelay_flag[k]); in hal_h265d_slice_output_rps()
672 mpp_put_bits(&bp, rps_bit_offset [k], 10); in hal_h265d_slice_output_rps()
674 h265h_dbg(H265H_DBG_RPS, "rps_bit_offset = %d \n", rps_bit_offset[k]); in hal_h265d_slice_output_rps()
675 mpp_put_bits(&bp, rps_bit_offset_st [k], 9); in hal_h265d_slice_output_rps()
677 h265h_dbg(H265H_DBG_RPS, "rps_bit_offset_st = %d \n", rps_bit_offset_st[k]); in hal_h265d_slice_output_rps()
678 mpp_put_bits(&bp, slice_nb_rps_poc [k], 4); in hal_h265d_slice_output_rps()
680 h265h_dbg(H265H_DBG_RPS, "slice_nb_rps_poc = %d \n", slice_nb_rps_poc[k]); in hal_h265d_slice_output_rps()