Searched refs:r (Results 1 – 10 of 10) sorted by relevance
| /rockchip-linux_mpp/mpp/vproc/iep2/ |
| H A D | iep2_roi.c | 25 void iep2_set_roi(struct iep2_api_ctx *ctx, struct iep2_rect *r, in iep2_set_roi() argument 32 ctx->params.xsta[idx] = r->x; in iep2_set_roi() 33 ctx->params.ysta[idx] = r->y; in iep2_set_roi() 34 ctx->params.xend[idx] = r->x + r->w - 1; in iep2_set_roi() 35 ctx->params.yend[idx] = r->y + r->h - 1; in iep2_set_roi()
|
| H A D | iep2.c | 259 struct iep2_rect r; in iep2_done() 263 r.x = 0; in iep2_done() 264 r.y = 0; in iep2_done() 265 r.w = ctx->params.tile_cols; in iep2_done() 266 r.h = ctx->params.tile_rows; in iep2_done() 267 iep2_set_roi(ctx, &r, ROI_MODE_MA); in iep2_done() 269 r.x = ctx->params.osd_x_sta[0]; in iep2_done() 270 r.y = ctx->params.osd_y_sta[0]; in iep2_done() 271 r.w = ctx->params.osd_x_end[0] - ctx->params.osd_x_sta[0]; in iep2_done() 272 r.h = ctx->params.osd_y_end[0] - ctx->params.osd_y_sta[0]; in iep2_done() [all …]
|
| H A D | iep2.h | 33 #define FLOOR(v, r) (((v) / (r)) * (r)) argument
|
| H A D | iep2_gmv.c | 79 uint32_t r = 6; in iep2_update_gmv() local 108 if (bin[map[i]] > r * ((rows * cols) >> 7) || in iep2_update_gmv()
|
| H A D | iep2_roi.h | 44 void iep2_set_roi(struct iep2_api_ctx *ctx, struct iep2_rect *r,
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu510_tune.c | 110 Vepu510RcRoi *r = ®s->reg_rc_roi; in vepu510_h265e_tune_aq() local 117 r->aq_tthd[i] = hw->aq_thrd_i[i]; in vepu510_h265e_tune_aq() 120 r->aq_tthd[i] = hw->aq_thrd_p[i]; in vepu510_h265e_tune_aq() 125 r->aq_stp0.aq_stp_s0 = aq_step[0]; in vepu510_h265e_tune_aq() 126 r->aq_stp0.aq_stp_0t1 = aq_step[1]; in vepu510_h265e_tune_aq() 127 r->aq_stp0.aq_stp_1t2 = aq_step[2]; in vepu510_h265e_tune_aq() 128 r->aq_stp0.aq_stp_2t3 = aq_step[3]; in vepu510_h265e_tune_aq() 129 r->aq_stp0.aq_stp_3t4 = aq_step[4]; in vepu510_h265e_tune_aq() 130 r->aq_stp0.aq_stp_4t5 = aq_step[5]; in vepu510_h265e_tune_aq() 131 r->aq_stp1.aq_stp_5t6 = aq_step[6]; in vepu510_h265e_tune_aq() [all …]
|
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser.c | 146 static RK_U32 inverse_recenter(RK_S32 r, RK_U32 v) in inverse_recenter() argument 148 if ((RK_S32)v > 2 * r) in inverse_recenter() 151 return r - ((v + 1) >> 1); in inverse_recenter() 153 return r + (v >> 1); in inverse_recenter() 157 RK_S32 mx, RK_S32 r) in decode_unsigned_subexp_with_ref() argument 159 if ((r << 1) <= mx) { in decode_unsigned_subexp_with_ref() 160 return inverse_recenter(r, sub_exp); in decode_unsigned_subexp_with_ref() 162 return mx - 1 - inverse_recenter(mx - 1 - r, sub_exp); in decode_unsigned_subexp_with_ref() 167 RK_S32 high, RK_S32 r) in decode_signed_subexp_with_ref() argument 169 RK_S32 x = decode_unsigned_subexp_with_ref(sub_exp, high - low, r - low); in decode_signed_subexp_with_ref() [all …]
|
| /rockchip-linux_mpp/mpp/vproc/rga/ |
| H A D | rga.h | 105 RK_U8 r; member
|
| /rockchip-linux_mpp/mpp/codec/dec/vp9/ |
| H A D | vp9d_parser.c | 1172 RK_U8 *r = ref[j][k][l][m]; in decode_parser_header() local 1178 p[n] = update_prob(&s->c, r[n], &p_delta[n]); in decode_parser_header() 1181 p[n] = r[n]; in decode_parser_header() 1191 RK_U8 *r = ref[j][k][l][m]; in decode_parser_header() local 1194 memcpy(p, r, 3); in decode_parser_header()
|
| /rockchip-linux_mpp/build/android/ |
| H A D | android.toolchain.cmake | 424 …file( STRINGS "${ANDROID_NDK}/RELEASE.TXT" ANDROID_NDK_RELEASE_FULL LIMIT_COUNT 1 REGEX "r[0-9]+[a… 425 string( REGEX MATCH "r([0-9]+)([a-z]?)" ANDROID_NDK_RELEASE "${ANDROID_NDK_RELEASE_FULL}" ) 430 …string( REGEX REPLACE "r([0-9]+)([a-z]?)" "\\1*1000" ANDROID_NDK_RELEASE_NUM "${ANDROID_NDK_RELEAS…
|