Searched refs:stepy (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 92 GLint sy, dy, stepy, row; in copy_rgba_pixels() local 116 stepy = -1; in copy_rgba_pixels() 122 stepy = 1; in copy_rgba_pixels() 152 for (row = 0; row < height; row++, sy += stepy, dy += stepy) { in copy_rgba_pixels() 239 GLint sy, dy, stepy; in copy_depth_pixels() local 267 stepy = -1; in copy_depth_pixels() 273 stepy = 1; in copy_depth_pixels() 284 for (j = 0; j < height; j++, ssy += stepy) { in copy_depth_pixels() 301 for (j = 0; j < height; j++, sy += stepy, dy += stepy) { in copy_depth_pixels() 340 GLint sy, dy, stepy; in copy_stencil_pixels() local [all …]
|
/external/libhevc/encoder/arm/ |
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 143 stepx = stepy = HME_COARSE_STEP_SIZE_HIGH_SPEED; in hme_store_4x4_sads_high_speed_neon() 179 for(mvy = ps_range_prms->i2_min_y; mvy < ps_range_prms->i2_max_y; mvy += stepy) in hme_store_4x4_sads_high_speed_neon() 269 S32 stepy, stepx, step_shift_x, step_shift_y; in hme_store_4x4_sads_high_quality_neon() local 296 stepx = stepy = HME_COARSE_STEP_SIZE_HIGH_QUALITY; in hme_store_4x4_sads_high_quality_neon() 330 for(mvy = ps_range_prms->i2_min_y; mvy < ps_range_prms->i2_max_y; mvy += stepy) in hme_store_4x4_sads_high_quality_neon() 459 S32 stepy = HME_COARSE_STEP_SIZE_HIGH_SPEED; in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() local 490 for(mvy = ps_mv_range->i2_min_y; mvy < ps_mv_range->i2_max_y; mvy += stepy) in hme_combine_4x4_sads_and_compute_cost_high_speed_neon() 620 S32 stepy = HME_COARSE_STEP_SIZE_HIGH_QUALITY; in hme_combine_4x4_sads_and_compute_cost_high_quality_neon() local 651 for(mvy = ps_mv_range->i2_min_y; mvy < ps_mv_range->i2_max_y; mvy += stepy) in hme_combine_4x4_sads_and_compute_cost_high_quality_neon()
|
/external/libhevc/encoder/ |
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 393 stepx = stepy = HME_COARSE_STEP_SIZE_HIGH_QUALITY; in hme_combine_4x4_sads_and_compute_cost_high_quality() 403 for(mvy = ps_mv_range->i2_min_y; mvy < ps_mv_range->i2_max_y; mvy += stepy) in hme_combine_4x4_sads_and_compute_cost_high_quality() 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 470 stepx = stepy = HME_COARSE_STEP_SIZE_HIGH_SPEED; in hme_combine_4x4_sads_and_compute_cost_high_speed() 487 for(mvy = ps_mv_range->i2_min_y; mvy < ps_mv_range->i2_max_y; mvy += stepy) in hme_combine_4x4_sads_and_compute_cost_high_speed() 577 S32 stepy, stepx, step_shift_x, step_shift_y; in hme_store_4x4_sads_high_quality() local 605 stepx = stepy = HME_COARSE_STEP_SIZE_HIGH_QUALITY; in hme_store_4x4_sads_high_quality() 615 for(mvy = ps_range_prms->i2_min_y; mvy < ps_range_prms->i2_max_y; mvy += stepy) in hme_store_4x4_sads_high_quality() 660 S32 stepy, stepx, step_shift_x, step_shift_y; in hme_store_4x4_sads_high_speed() local [all …]
|
/external/pdfium/third_party/libpng16/ |
D | pngread.c | 2960 unsigned int startx, stepx, stepy; in png_image_read_and_map() local 2972 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_and_map() 2979 stepx = stepy = 1; in png_image_read_and_map() 2982 for (; y<height; y += stepy) in png_image_read_and_map() 3278 unsigned int startx, stepx, stepy; in png_image_read_composite() local 3290 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_composite() 3298 stepy = 1; in png_image_read_composite() 3301 for (; y<height; y += stepy) in png_image_read_composite() 3438 unsigned int startx, stepx, stepy; in png_image_read_background() local 3450 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_background() [all …]
|
/external/libpng/ |
D | pngread.c | 2974 unsigned int startx, stepx, stepy; in png_image_read_and_map() local 2986 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_and_map() 2993 stepx = stepy = 1; in png_image_read_and_map() 2996 for (; y<height; y += stepy) in png_image_read_and_map() 3291 unsigned int startx, stepx, stepy; in png_image_read_composite() local 3303 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_composite() 3311 stepy = 1; in png_image_read_composite() 3314 for (; y<height; y += stepy) in png_image_read_composite() 3450 unsigned int startx, stepx, stepy; in png_image_read_background() local 3462 stepy = PNG_PASS_ROW_OFFSET(pass); in png_image_read_background() [all …]
|