/external/libaom/libaom/av1/common/x86/ |
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() 280 const int32_t *B, int buf_stride, const void *dgd8, in final_filter() 311 int buf_stride, int bit_depth, int sgr_params_idx, in calc_ab_fast() 451 const int32_t *B, int buf_stride, in final_filter_fast() 518 int buf_stride = ((width_ext + 3) & ~3) + 16; in av1_selfguided_restoration_sse4_1() local
|
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
|
/external/libaom/libaom/av1/common/arm/ |
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() 462 const int buf_stride, const int width, in calc_ab_internal_lbd() 514 const int buf_stride, const int width, in calc_ab_internal_hbd() 578 int32_t *B, const int buf_stride, in calc_ab_fast_internal_lbd() 630 int32_t *B, const int buf_stride, in calc_ab_fast_internal_hbd() 871 static INLINE int32x4_t cross_sum_inp_s32(int32_t *buf, int buf_stride) { in cross_sum_inp_s32() 891 static INLINE void cross_sum_inp_u16(uint16_t *buf, int buf_stride, in cross_sum_inp_u16() 926 static INLINE int32x4_t cross_sum_fast_even_row(int32_t *buf, int buf_stride) { in cross_sum_fast_even_row() 945 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/ |
D | translate_sse.c | 1088 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/ |
D | restoration.c | 281 const int buf_stride = rsb->stripe_boundary_stride; in setup_processing_stripe_boundary() local 676 int buf_stride = ((width_ext + 3) & ~3) + 16; in calculate_intermediate_result() local 767 int buf_stride = ((width_ext + 3) & ~3) + 16; in selfguided_restoration_fast_internal() local 826 int buf_stride = ((width_ext + 3) & ~3) + 16; in selfguided_restoration_internal() local
|
/external/webp/src/demux/ |
D | anim_decode.c | 154 static void ZeroFillFrameRect(uint8_t* buf, int buf_stride, int x_offset, in ZeroFillFrameRect()
|
/external/libaom/libaom/av1/encoder/ |
D | temporal_filter.c | 142 static void apply_temporal_filter_self(const uint8_t *pred, int buf_stride, in apply_temporal_filter_self() 162 const uint8_t *pred8, int buf_stride, unsigned int block_width, in highbd_apply_temporal_filter_self()
|
/external/u-boot/arch/arm/include/asm/arch-tegra/ |
D | dc.h | 310 uint buf_stride; /* _WIN_BUF_STRIDE_0 */ member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 569 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/ |
D | decodeframe.c | 532 int buf_stride = pre_buf->stride; in extend_mc_border() local
|