/aosp_15_r20/external/libaom/av1/common/arm/ |
H A D | selfguided_neon.c | 39 const int buf_stride) { in calc_ab_fast_internal_common() 125 uint16_t *dst_A16, int32_t *dst2, const int buf_stride) { in calc_ab_internal_common() 477 const int buf_stride, const int width, in calc_ab_internal_lbd() 530 const int buf_stride, const int width, in calc_ab_internal_hbd() 595 int32_t *B, const int buf_stride, in calc_ab_fast_internal_lbd() 648 int32_t *B, const int buf_stride, in calc_ab_fast_internal_hbd() 905 static inline int32x4_t cross_sum_inp_s32(int32_t *buf, int buf_stride) { in cross_sum_inp_s32() 925 static inline void cross_sum_inp_u16(uint16_t *buf, int buf_stride, in cross_sum_inp_u16() 960 static inline int32x4_t cross_sum_fast_even_row(int32_t *buf, int buf_stride) { in cross_sum_fast_even_row() 979 static inline void cross_sum_fast_even_row_inp16(uint16_t *buf, int buf_stride, in cross_sum_fast_even_row_inp16() [all …]
|
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | selfguided_sse4.c | 48 int buf_stride) { in integral_images() 92 int32_t *B, int buf_stride) { in integral_images_highbd() 171 int width, int height, int buf_stride, int bit_depth, in calc_ab() 281 const int32_t *B, int buf_stride, const void *dgd8, in final_filter() 312 int buf_stride, int bit_depth, int sgr_params_idx, in calc_ab_fast() 453 const int32_t *B, int buf_stride, in final_filter_fast() 520 int buf_stride = ((width_ext + 3) & ~3) + 16; in av1_selfguided_restoration_sse4_1() local
|
H A D | selfguided_avx2.c | 88 int buf_stride) { in integral_images() 135 int32_t *B, int buf_stride) { in integral_images_highbd() 220 int width, int height, int buf_stride, int bit_depth, in calc_ab() 325 const int32_t *B, int buf_stride, const void *dgd8, in final_filter() 357 int buf_stride, int bit_depth, int sgr_params_idx, in calc_ab_fast() 494 const int32_t *B, int buf_stride, in final_filter_fast() 568 int buf_stride = ALIGN_POWER_OF_TWO(width_ext + 16, 3); in av1_selfguided_restoration_avx2() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_sse.c | 1116 struct x86_reg buf_stride = in init_inputs() local 1216 struct x86_reg buf_stride = in get_buffer_ptr() local 1279 struct x86_reg buf_stride = in incr_inputs() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | restoration.c | 256 const int buf_stride = rsb->stripe_boundary_stride; in setup_processing_stripe_boundary() local 637 int buf_stride = ((width_ext + 3) & ~3) + 16; in calculate_intermediate_result() local 728 int buf_stride = ((width_ext + 3) & ~3) + 16; in selfguided_restoration_fast_internal() local 787 int buf_stride = ((width_ext + 3) & ~3) + 16; in selfguided_restoration_internal() local
|
/aosp_15_r20/external/libaom/av1/encoder/arm/ |
H A D | highbd_pickrst_sve.c | 54 static inline void sub_avg_block_highbd_sve(const uint16_t *buf, int buf_stride, in sub_avg_block_highbd_sve()
|
H A D | pickrst_sve.c | 55 static inline void compute_sub_avg(const uint8_t *buf, int buf_stride, int avg, in compute_sub_avg()
|
H A D | pickrst_neon.c | 2203 static inline void compute_sub_avg(const uint8_t *buf, int buf_stride, int avg, in compute_sub_avg()
|
/aosp_15_r20/external/webp/src/demux/ |
H A D | anim_decode.c | 174 static void ZeroFillFrameRect(uint8_t* buf, int buf_stride, int x_offset, in ZeroFillFrameRect()
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_draw.c | 647 uint32_t buf_handle, uint32_t buf_size, uint32_t buf_stride, in igt_draw_rect()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | allintra_vis.c | 264 int buf_stride = cpi->source->y_stride; in av1_calc_mb_wiener_var_row() local
|
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra/ |
H A D | dc.h | 291 u32 buf_stride; /* _WIN_BUF_STRIDE_0 */ member
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_meta_copy.c | 1669 const uint32_t buf_stride = src->planes[src_plane].slices[0].stride; in copy_image_linear_texel_buffer() local
|
/aosp_15_r20/external/libvpx/vp9/decoder/ |
H A D | vp9_decodeframe.c | 587 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, in dec_build_inter_predictors() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_encoder.c | 5338 int buf_stride = cpi->Source->y_stride; local
|
/aosp_15_r20/external/libaom/av1/decoder/ |
H A D | decodeframe.c | 534 int buf_stride = pre_buf->stride; in extend_mc_border() local
|