Home
last modified time | relevance | path

Searched defs:stride (Results 476 - 500 of 1650) sorted by relevance

1...<<11121314151617181920>>...66

/third_party/ffmpeg/libavcodec/x86/
H A Dh264_qpel.c209 put_h264_qpel16_mc00_sse2(uint8_t *dst, const uint8_t *src, ptrdiff_t stride) put_h264_qpel16_mc00_sse2() argument
214 avg_h264_qpel16_mc00_sse2(uint8_t *dst, const uint8_t *src, ptrdiff_t stride) avg_h264_qpel16_mc00_sse2() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_neighbor.c268 const int stride = in->linesize[plane]; in filter_slice() local
[all...]
H A Dvf_telecine.c50 int stride[4]; member
/third_party/ffmpeg/libavresample/
H A Dutils.c637 avresample_get_matrix(AVAudioResampleContext *avr, double *matrix, int stride) avresample_get_matrix() argument
666 avresample_set_matrix(AVAudioResampleContext *avr, const double *matrix, int stride) avresample_set_matrix() argument
H A Daudio_mix_matrix.c87 avresample_build_matrix(uint64_t in_layout, uint64_t out_layout, double center_mix_level, double surround_mix_level, double lfe_mix_level, int normalize, double *matrix_out, int stride, enum AVMatrixEncoding matrix_encoding) avresample_build_matrix() argument
/third_party/ffmpeg/libswscale/tests/
H A Dswscale.c370 int stride[4] = { W, W, W, W }; in main() local
/third_party/ffmpeg/libswscale/
H A Dslice.c147 int ff_init_slice_from_src(SwsSlice * s, uint8_t *src[4], int stride[4], int srcW, int lumY, int lumH, int chrY, int chrH, int relative) in ff_init_slice_from_src() argument
/third_party/libuv/test/
H A Dtest-threadpool-cancel.c40 unsigned stride; member
/third_party/libsnd/src/ALAC/
H A Dalac_decoder.c641 static void Zero32 (int32_t * buffer, uint32_t numItems, uint32_t stride) in Zero32() argument
/third_party/libdrm/include/drm/
H A Dqxl_drm.h123 __s32 stride; member
H A Dvirtgpu_drm.h96 __u32 stride; /* validate transfer in the host */ member
103 __u32 stride; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_split_64bit_vec3_and_vec4.c116 int stride = glsl_array_size((*p)->type); in get_linear_array_offset() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_android.c171 int stride[4]; member
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_android.c170 int stride[4]; member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_image.c215 unsigned stride; in sp_tgsi_load() local
298 unsigned stride; in sp_tgsi_store() local
348 handle_op_uint(const struct pipe_image_view *iview, const struct tgsi_image_params *params, bool just_read, char *data_ptr, uint qi, unsigned stride, enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) handle_op_uint() argument
465 handle_op_int(const struct pipe_image_view *iview, const struct tgsi_image_params *params, bool just_read, char *data_ptr, uint qi, unsigned stride, enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) handle_op_int() argument
579 handle_op_r32f_xchg(const struct pipe_image_view *iview, const struct tgsi_image_params *params, bool just_read, char *data_ptr, uint qi, unsigned stride, enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) handle_op_r32f_xchg() argument
631 unsigned stride; sp_tgsi_op() local
[all...]
H A Dsp_prim_vbuf.c164 const unsigned stride = softpipe->vertex_info.size * sizeof(float); in sp_vbuf_draw_elements() local
361 const unsigned stride = softpipe->vertex_info.size * sizeof(float); sp_vbuf_draw_arrays() local
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_blit.c100 uint32_t stride; in vc4_tile_blit() local
262 nir_ssa_def *stride in vc4_get_yuv_fs() local
358 uint32_t stride = src->slices[info->src.level].stride; vc4_yuv_blit() local
[all...]
/third_party/mesa3d/src/gallium/winsys/sw/kms-dri/
H A Dkms_dri_sw_winsys.c72 unsigned stride; member
130 get_plane(struct kms_sw_displaytarget *kms_sw_dt, enum pipe_format format, unsigned width, unsigned height, unsigned stride, unsigned offset) get_plane() argument
164 kms_sw_displaytarget_create(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) kms_sw_displaytarget_create() argument
320 kms_sw_displaytarget_add_from_prime(struct kms_sw_winsys *kms_sw, int fd, enum pipe_format format, unsigned width, unsigned height, unsigned stride, unsigned offset) kms_sw_displaytarget_add_from_prime() argument
406 kms_sw_displaytarget_from_handle(struct sw_winsys *ws, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned *stride) kms_sw_displaytarget_from_handle() argument
[all...]
/third_party/mesa3d/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c63 unsigned stride; member
400 xlib_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) xlib_displaytarget_create() argument
450 xlib_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templet, struct winsys_handle *whandle, unsigned *stride) xlib_displaytarget_from_handle() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.h68 unsigned stride; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs.cpp550 const unsigned stride in component_size() local
[all...]
H A Dbrw_ir_vec4.h109 const unsigned stride = (reg.file == UNIFORM ? 0 : 4); in offset() local
190 const unsigned stride = (reg.file == UNIFORM ? 0 : 4); in offset() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_test_dma.c41 unsigned stride; member
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_gs.c326 unsigned stride; in si_preload_gs_rings() local
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.h47 unsigned stride[VR_MAX_TEXTURE_2D_LEVELS]; member

Completed in 17 milliseconds

1...<<11121314151617181920>>...66