Searched defs:stepx (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libhevc/encoder/arm/ |
H A D | ihevce_coarse_layer_sad_neon.c | 116 S32 stepy, stepx, step_shift_x, step_shift_y; in hme_store_4x4_sads_high_speed_neon() local 269 S32 stepy, stepx, step_shift_x, step_shift_y; in hme_store_4x4_sads_high_quality_neon() local 460 S32 stepx = HME_COARSE_STEP_SIZE_HIGH_SPEED; in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() local 621 S32 stepx = HME_COARSE_STEP_SIZE_HIGH_QUALITY; in hme_combine_4x4_sads_and_compute_cost_high_quality_neon() local
|
/aosp_15_r20/external/libhevc/encoder/ |
H A D | hme_coarse.c | 383 S32 stepy, stepx, best_mv_y_4x8, best_mv_x_4x8, best_mv_y_8x4, best_mv_x_8x4; in hme_combine_4x4_sads_and_compute_cost_high_quality() local 460 S32 stepy, stepx, best_mv_y_4x8, best_mv_x_4x8, best_mv_y_8x4, best_mv_x_8x4; in hme_combine_4x4_sads_and_compute_cost_high_speed() local 577 S32 stepy, stepx, step_shift_x, step_shift_y; in hme_store_4x4_sads_high_quality() local 660 S32 stepy, stepx, step_shift_x, step_shift_y; in hme_store_4x4_sads_high_speed() local
|
/aosp_15_r20/external/libpng/ |
H A D | pngread.c | 2986 unsigned int startx, stepx, stepy; in png_image_read_and_map() local 3303 unsigned int startx, stepx, stepy; in png_image_read_composite() local 3461 unsigned int startx, stepx, stepy; in png_image_read_background() local 3596 unsigned int startx, stepx, stepy; in png_image_read_background() local
|
/aosp_15_r20/external/libyuv/source/ |
H A D | scale_lsx.cc | 109 int32_t stepx = src_stepx << 2; in ScaleARGBRowDownEven_LSX() local 137 int32_t stepx = src_stepx * 4; in ScaleARGBRowDownEvenBox_LSX() local
|
H A D | scale_msa.cc | 112 int32_t stepx = src_stepx * 4; in ScaleARGBRowDownEven_MSA() local 137 int32_t stepx = src_stepx * 4; in ScaleARGBRowDownEvenBox_MSA() local
|
/aosp_15_r20/external/libvpx/third_party/libyuv/source/ |
H A D | scale_msa.cc | 112 int32_t stepx = src_stepx * 4; in ScaleARGBRowDownEven_MSA() local 137 int32_t stepx = src_stepx * 4; in ScaleARGBRowDownEvenBox_MSA() local
|