Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
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
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
/external/libaom/libaom/av1/common/arm/
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 …]
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c1088 struct x86_reg buf_stride = in init_inputs() local
1188 struct x86_reg buf_stride = in get_buffer_ptr() local
1251 struct x86_reg buf_stride = in incr_inputs() local
/external/libaom/libaom/av1/common/
Drestoration.c290 const int buf_stride = rsb->stripe_boundary_stride; in setup_processing_stripe_boundary() local
685 int buf_stride = ((width_ext + 3) & ~3) + 16; in calculate_intermediate_result() local
776 int buf_stride = ((width_ext + 3) & ~3) + 16; in selfguided_restoration_fast_internal() local
835 int buf_stride = ((width_ext + 3) & ~3) + 16; in selfguided_restoration_internal() local
/external/webp/src/demux/
Danim_decode.c154 static void ZeroFillFrameRect(uint8_t* buf, int buf_stride, int x_offset, in ZeroFillFrameRect()
/external/igt-gpu-tools/lib/
Digt_draw.c647 uint32_t buf_handle, uint32_t buf_size, uint32_t buf_stride, in igt_draw_rect()
/external/u-boot/arch/arm/include/asm/arch-tegra/
Ddc.h310 uint buf_stride; /* _WIN_BUF_STRIDE_0 */ member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c585 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, in dec_build_inter_predictors() local
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c517 int buf_stride = pre_buf->stride; in extend_mc_border() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c4984 int buf_stride = cpi->Source->y_stride; local