Searched refs:temp (Results 1 – 12 of 12) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_slice.c | 116 RK_S32 i = 0, j = 0, temp = 0; in pred_weight_table() local 119 READ_UE(p_bitctx, &temp); //!< log2_weight_denom in pred_weight_table() 121 READ_UE(p_bitctx, &temp); //!< log2_weight_denom in pred_weight_table() 124 READ_ONEBIT(p_bitctx, &temp); //!< luma_weight_flag_l0 in pred_weight_table() 125 if (temp) { in pred_weight_table() 130 READ_ONEBIT(p_bitctx, &temp); //!< chroma_weight_flag_l0 in pred_weight_table() 132 if (temp) { //!< chroma_weight_flag_l0 in pred_weight_table() 142 READ_ONEBIT(p_bitctx, &temp); //!< luma_weight_flag_l1 in pred_weight_table() 143 if (temp) { in pred_weight_table() 148 READ_ONEBIT(p_bitctx, &temp); //!< chroma_weight_flag_l1 in pred_weight_table() [all …]
|
| H A D | h264d_sps.c | 175 RK_S32 i = 0, temp = 0; in parser_sps() local 205 READ_BITS(p_bitctx, 2, &temp); //!< reserved_zero_2bits in parser_sps() 206 ASSERT(temp == 0); in parser_sps()
|
| /rockchip-linux_mpp/mpp/vproc/iep2/ |
| H A D | iep2_gmv.c | 40 uint32_t temp; in iep2_sort() local 45 temp = dat[m]; in iep2_sort() 51 dat[max] = temp; in iep2_sort()
|
| H A D | iep2_osd.c | 40 uint32_t temp; in iep2_sort() local 47 temp = dat[m]; in iep2_sort() 53 dat[max] = temp; in iep2_sort()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_rkv.c | 688 RK_U8 *temp = NULL; in update_stream_buffer() local 698 temp = buf + start_byte; in update_stream_buffer() 704 *temp = (*temp >> bit_left) << bit_left; in update_stream_buffer() 705 *temp |= 1 << (bit_left - 1); in update_stream_buffer() 707 *temp = 0x80; in update_stream_buffer()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_vdpu1.c | 653 RK_U32 temp = 0; in vdpu1_set_asic_regs() local 658 temp = (p_hal->qm->bScalingLists4x4[i][4 * j + 0] << 24) | in vdpu1_set_asic_regs() 662 *ptr++ = temp; in vdpu1_set_asic_regs() 668 temp = (p_hal->qm->bScalingLists8x8[i][4 * j + 0] << 24) | in vdpu1_set_asic_regs() 672 *ptr++ = temp; in vdpu1_set_asic_regs()
|
| H A D | hal_h264d_vdpu2.c | 762 RK_U32 temp = 0; in set_asic_regs() local 767 temp = (p_hal->qm->bScalingLists4x4[i][4 * j + 0] << 24) | in set_asic_regs() 771 *ptr++ = temp; in set_asic_regs() 776 temp = (p_hal->qm->bScalingLists8x8[i][4 * j + 0] << 24) | in set_asic_regs() 780 *ptr++ = temp; in set_asic_regs()
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_dpb.c | 276 int temp = rps->delta_poc[k]; in sort_delta_poc() local 277 if (deltaPOC < temp) { in sort_delta_poc() 278 rps->delta_poc[k + 1] = temp; in sort_delta_poc()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/avsd/ |
| H A D | hal_avsd_vdpu1.c | 418 RK_S32 temp = p_hal->work1; in update_parameters() local 425 p_hal->work_out = temp; in update_parameters()
|
| H A D | hal_avsd_vdpu2.c | 411 RK_S32 temp = p_hal->work1; in update_parameters() local 418 p_hal->work_out = temp; in update_parameters()
|
| H A D | hal_avsd_plus.c | 511 RK_S32 temp = p_hal->work1; in update_parameters() local 518 p_hal->work_out = temp; in update_parameters()
|
| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_parser.c | 1848 … h265d_dxva2_picture_context_t *temp = (h265d_dxva2_picture_context_t *)s->hal_pic_private; in parser_nal_units() local 1849 temp->slice_cut_param[slice_cnt].start_bit = s->start_bit; in parser_nal_units() 1850 temp->slice_cut_param[slice_cnt].end_bit = s->end_bit; in parser_nal_units() 1851 temp->slice_cut_param[slice_cnt].is_enable = 1; in parser_nal_units()
|