Searched refs:inst_index (Results 1 – 2 of 2) sorted by relevance
642 unsigned int inst_index = 0; in radeon_enc_slice_header() local658 instruction[inst_index] = RENCODE_HEADER_INSTRUCTION_COPY; in radeon_enc_slice_header()659 num_bits[inst_index] = enc->bits_output - bits_copied; in radeon_enc_slice_header()661 inst_index++; in radeon_enc_slice_header()663 instruction[inst_index] = RENCODE_H264_HEADER_INSTRUCTION_FIRST_MB; in radeon_enc_slice_header()664 inst_index++; in radeon_enc_slice_header()728 instruction[inst_index] = RENCODE_HEADER_INSTRUCTION_COPY; in radeon_enc_slice_header()729 num_bits[inst_index] = enc->bits_output - bits_copied; in radeon_enc_slice_header()731 inst_index++; in radeon_enc_slice_header()733 instruction[inst_index] = RENCODE_H264_HEADER_INSTRUCTION_SLICE_QP_DELTA; in radeon_enc_slice_header()[all …]
640 unsigned int inst_index = 0; in radeon_uvd_enc_slice_header_hevc() local654 instruction[inst_index] = RENC_UVD_HEADER_INSTRUCTION_COPY; in radeon_uvd_enc_slice_header_hevc()655 num_bits[inst_index] = enc->bits_output - bits_copied; in radeon_uvd_enc_slice_header_hevc()657 inst_index++; in radeon_uvd_enc_slice_header_hevc()659 instruction[inst_index] = RENC_UVD_HEADER_INSTRUCTION_FIRST_SLICE; in radeon_uvd_enc_slice_header_hevc()660 inst_index++; in radeon_uvd_enc_slice_header_hevc()669 instruction[inst_index] = RENC_UVD_HEADER_INSTRUCTION_COPY; in radeon_uvd_enc_slice_header_hevc()670 num_bits[inst_index] = enc->bits_output - bits_copied; in radeon_uvd_enc_slice_header_hevc()672 inst_index++; in radeon_uvd_enc_slice_header_hevc()674 instruction[inst_index] = RENC_UVD_HEADER_INSTRUCTION_SLICE_SEGMENT; in radeon_uvd_enc_slice_header_hevc()[all …]