Searched refs:tmp1 (Results 1 – 4 of 4) sorted by relevance
1002 RK_U8 tmp0, tmp1; in h264e_slice_move() local1025 tmp1 = (i < loop - 1) ? psrc[1] : 0; in h264e_slice_move()1027 if (src_zero_cnt >= 2 && tmp1 == 3) { in h264e_slice_move()1035 tmp1 = psrc[1]; in h264e_slice_move()1040 tmp16a = ((RK_U16)tmp0 << 8) | (RK_U16)tmp1; in h264e_slice_move()
393 int tmp1, tmp2; in jpegd_setup_pp() local400 tmp1 = (thr1y * 256) / thr1; in jpegd_setup_pp()403 off2 = ((thr2y - ((tmp1 * thr2) / 256)) * a) / 256; in jpegd_setup_pp()405 tmp1 = (64 * (contrast + 128)) / 128; in jpegd_setup_pp()406 tmp2 = 256 * (128 - tmp1); in jpegd_setup_pp()
412 int tmp1, tmp2; in jpegd_setup_pp() local419 tmp1 = (thr1y * 256) / thr1; in jpegd_setup_pp()422 off2 = ((thr2y - ((tmp1 * thr2) / 256)) * a) / 256; in jpegd_setup_pp()424 tmp1 = (64 * (contrast + 128)) / 128; in jpegd_setup_pp()425 tmp2 = 256 * (128 - tmp1); in jpegd_setup_pp()
780 RK_U32 tmp1, tmp2, i; in vdpu_av1d_set_reference_frames() local816 tmp1 = cur_width; in vdpu_av1d_set_reference_frames()819 tmp1 = dxva->frame_refs[ref].width; in vdpu_av1d_set_reference_frames()826 set_ref_width(regs, ref, tmp1); in vdpu_av1d_set_reference_frames()828 tmp1 = ((tmp1 << AV1_REF_SCALE_SHIFT) + cur_width / 2) / cur_width; in vdpu_av1d_set_reference_frames()831 set_ref_hor_scale(regs, ref, tmp1); in vdpu_av1d_set_reference_frames()833 if (tmp1 != (1 << AV1_REF_SCALE_SHIFT) || in vdpu_av1d_set_reference_frames()