Searched refs:RS_SCALE_SUBPEL_BITS (Results 1 – 1 of 1) sorted by relevance
1108 #define RS_SCALE_SUBPEL_BITS 14 in vdpu_av1d_superres_params() macro1109 #define RS_SCALE_SUBPEL_MASK ((1 << RS_SCALE_SUBPEL_BITS) - 1) in vdpu_av1d_superres_params()1110 #define RS_SCALE_EXTRA_BITS (RS_SCALE_SUBPEL_BITS - RS_SUBPEL_BITS) in vdpu_av1d_superres_params()1135 superres_luma_step = RS_SCALE_SUBPEL_BITS; in vdpu_av1d_superres_params()1136 superres_chroma_step = RS_SCALE_SUBPEL_BITS; in vdpu_av1d_superres_params()1137 superres_luma_step_invra = RS_SCALE_SUBPEL_BITS; in vdpu_av1d_superres_params()1138 superres_chroma_step_invra = RS_SCALE_SUBPEL_BITS; in vdpu_av1d_superres_params()1150 RK_S32 stepLumaX = ((downscaledLumaPlaneW << RS_SCALE_SUBPEL_BITS) + in vdpu_av1d_superres_params()1153 RK_S32 stepChromaX = ((downscaledChromaPlaneW << RS_SCALE_SUBPEL_BITS) + in vdpu_av1d_superres_params()1157 (downscaledLumaPlaneW << RS_SCALE_SUBPEL_BITS); in vdpu_av1d_superres_params()[all …]