Home
last modified time | relevance | path

Searched defs:buf_stride (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/arm/
H A Dselfguided_neon.c39 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 Dselfguided_sse4.c48 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 Dselfguided_avx2.c88 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 Dtranslate_sse.c1116 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 Drestoration.c256 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 Dhighbd_pickrst_sve.c54 static inline void sub_avg_block_highbd_sve(const uint16_t *buf, int buf_stride, in sub_avg_block_highbd_sve()
H A Dpickrst_sve.c55 static inline void compute_sub_avg(const uint8_t *buf, int buf_stride, int avg, in compute_sub_avg()
H A Dpickrst_neon.c2203 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 Danim_decode.c174 static void ZeroFillFrameRect(uint8_t* buf, int buf_stride, int x_offset, in ZeroFillFrameRect()
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_draw.c647 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 Dallintra_vis.c264 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 Ddc.h291 u32 buf_stride; /* _WIN_BUF_STRIDE_0 */ member
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c1669 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 Dvp9_decodeframe.c587 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 Dvp9_encoder.c5338 int buf_stride = cpi->Source->y_stride; local
/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecodeframe.c534 int buf_stride = pre_buf->stride; in extend_mc_border() local