Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_slice.c1002 RK_U8 tmp0, tmp1; in h264e_slice_move() local
1025 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()
/rockchip-linux_mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_vdpu1.c393 int tmp1, tmp2; in jpegd_setup_pp() local
400 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()
H A Dhal_jpegd_vdpu2.c412 int tmp1, tmp2; in jpegd_setup_pp() local
419 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()
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c780 RK_U32 tmp1, tmp2, i; in vdpu_av1d_set_reference_frames() local
816 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()