Home
last modified time | relevance | path

Searched defs:width (Results 4526 - 4550 of 5097) sorted by relevance

1...<<181182183184185186187188189190>>...204

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfb.h223 __u32 width; member
282 __u32 width; member
290 __u32 width; member
298 __u32 width; member
H A Domap3isp.h156 __u8 width; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Domap3isp.h174 __u8 width; member
H A Dfb.h219 __u32 width; member
284 __u32 width; member
292 __u32 width; member
300 __u32 width; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfb.h223 __u32 width; member
282 __u32 width; member
290 __u32 width; member
298 __u32 width; member
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_mc_biw_msa.c1697 hevc_vt_biwgt_8t_16multx2mult_msa(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t weight0, int32_t weight1, int32_t offset0, int32_t offset1, int32_t rnd_val, int32_t width) hevc_vt_biwgt_8t_16multx2mult_msa() argument
5408 hevc_hv_biwgt_4t_8multx4mult_msa(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight0, int32_t weight1, int32_t offset0, int32_t offset1, int32_t rnd_val, int32_t width) hevc_hv_biwgt_4t_8multx4mult_msa() argument
[all...]
H A Dhevc_mc_uniw_msa.c1882 hevc_hv_uniwgt_8t_8multx2mult_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t weight, int32_t offset, int32_t rnd_val, int32_t width) hevc_hv_uniwgt_8t_8multx2mult_msa() argument
H A Dhevc_mc_bi_msa.c1446 hevc_vt_bi_8t_16multx2mult_msa(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) hevc_vt_bi_8t_16multx2mult_msa() argument
1744 hevc_hv_bi_8t_8multx1mult_msa(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t width) hevc_hv_bi_8t_8multx1mult_msa() argument
4506 hevc_hv_bi_4t_8multx4mult_msa(uint8_t *src0_ptr, int32_t src_stride, int16_t *src1_ptr, int32_t src2_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t width) hevc_hv_bi_4t_8multx4mult_msa() argument
[all...]
H A Dhevc_mc_uni_msa.c1211 common_vt_8t_16w_mult_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) common_vt_8t_16w_mult_msa() argument
1469 hevc_hv_uni_8t_8multx2mult_msa(uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t width) hevc_hv_uni_8t_8multx2mult_msa() argument
[all...]
H A Dhevcdsp_msa.c1210 hevc_vt_8t_16multx4mult_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) hevc_vt_8t_16multx4mult_msa() argument
1467 hevc_hv_8t_8multx1mult_msa(uint8_t *src, int32_t src_stride, int16_t *dst, int32_t dst_stride, const int8_t *filter_x, const int8_t *filter_y, int32_t height, int32_t width) hevc_hv_8t_8multx1mult_msa() argument
[all...]
H A Dvp9_mc_msa.c656 common_vt_8t_16w_mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) common_vt_8t_16w_mult_msa() argument
1421 common_vt_8t_and_aver_dst_16w_mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) common_vt_8t_and_aver_dst_16w_mult_msa() argument
/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c96 int width; member
111 int width; member
185 unsigned width; member
1810 select_dsp_funcs(DiracContext *s, int width, int height, int xblen, int yblen) select_dsp_funcs() argument
1830 interpolate_refplane(DiracContext *s, DiracFrame *ref, int plane, int width, int height) interpolate_refplane() argument
[all...]
H A Dh264dec.h353 int width, height; member
H A Dmpegvideo_enc.c1220 int width = s->width >> scale; estimate_best_b_count() local
[all...]
H A Dvp8.c192 int update_dimensions(VP8Context *s, int width, int height, int is_vp7) in update_dimensions() argument
256 static int vp7_update_dimensions(VP8Context *s, int width, int height) in vp7_update_dimensions() argument
261 static int vp8_update_dimensions(VP8Context *s, int width, int height) in vp8_update_dimensions() argument
485 static void copy_chroma(AVFrame *dst, AVFrame *src, int width, in argument
496 fade(uint8_t *dst, ptrdiff_t dst_linesize, const uint8_t *src, ptrdiff_t src_linesize, int width, int height, int alpha, int beta) fade() argument
517 int width = s->mb_width * 16; vp7_fade_frame() local
553 int width = s->avctx->width; vp7_decode_frame_header() local
717 int width = s->avctx->width; vp8_decode_frame_header() local
1813 vp8_mc_luma(VP8Context *s, VP8ThreadData *td, uint8_t *dst, ThreadFrame *ref, const VP56mv *mv, int x_off, int y_off, int block_w, int block_h, int width, int height, ptrdiff_t linesize, vp8_mc_func mc_func[3][3]) vp8_mc_luma() argument
1871 vp8_mc_chroma(VP8Context *s, VP8ThreadData *td, uint8_t *dst1, uint8_t *dst2, ThreadFrame *ref, const VP56mv *mv, int x_off, int y_off, int block_w, int block_h, int width, int height, ptrdiff_t linesize, vp8_mc_func mc_func[3][3]) vp8_mc_chroma() argument
1921 vp8_mc_part(VP8Context *s, VP8ThreadData *td, uint8_t *dst[3], ThreadFrame *ref_frame, int x_off, int y_off, int bx_off, int by_off, int block_w, int block_h, int width, int height, VP56mv *mv) vp8_mc_part() argument
1986 int width = 16 * s->mb_width, height = 16 * s->mb_height; inter_predict() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvsrc_testsrc.c567 int width = frame->width; in test_fill_picture() local
[all...]
H A Dvf_v360.c1409 cube3x2_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) cube3x2_to_xyz() argument
1448 xyz_to_cube3x2(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cube3x2() argument
1537 cube1x6_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) cube1x6_to_xyz() argument
1570 cube6x1_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) cube6x1_to_xyz() argument
1605 xyz_to_cube1x6(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cube1x6() argument
1685 xyz_to_cube6x1(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cube6x1() argument
1780 equirect_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) equirect_to_xyz() argument
1809 hequirect_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) hequirect_to_xyz() argument
1855 stereographic_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) stereographic_to_xyz() argument
1901 xyz_to_stereographic(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_stereographic() argument
1959 equisolid_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) equisolid_to_xyz() argument
2005 xyz_to_equisolid(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_equisolid() argument
2063 orthographic_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) orthographic_to_xyz() argument
2116 xyz_to_orthographic(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_orthographic() argument
2176 xyz_to_equirect(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_equirect() argument
2217 xyz_to_hequirect(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_hequirect() argument
2274 xyz_to_flat(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_flat() argument
2321 xyz_to_mercator(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_mercator() argument
2357 mercator_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) mercator_to_xyz() argument
2389 xyz_to_ball(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_ball() argument
2426 ball_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) ball_to_xyz() argument
2460 hammer_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) hammer_to_xyz() argument
2499 xyz_to_hammer(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_hammer() argument
2538 sinusoidal_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) sinusoidal_to_xyz() argument
2569 xyz_to_sinusoidal(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_sinusoidal() argument
2661 eac_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) eac_to_xyz() argument
2764 xyz_to_eac(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_eac() argument
2839 flat_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) flat_to_xyz() argument
2880 fisheye_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) fisheye_to_xyz() argument
2931 xyz_to_fisheye(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_fisheye() argument
2974 pannini_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) pannini_to_xyz() argument
3008 xyz_to_pannini(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_pannini() argument
3069 cylindrical_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) cylindrical_to_xyz() argument
3120 xyz_to_cylindrical(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cylindrical() argument
3194 cylindricalea_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) cylindricalea_to_xyz() argument
3228 xyz_to_cylindricalea(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_cylindricalea() argument
3268 perspective_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) perspective_to_xyz() argument
3314 tetrahedron_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) tetrahedron_to_xyz() argument
3340 xyz_to_tetrahedron(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_tetrahedron() argument
3412 dfisheye_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) dfisheye_to_xyz() argument
3451 xyz_to_dfisheye(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_dfisheye() argument
3501 barrel_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) barrel_to_xyz() argument
3573 xyz_to_barrel(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_barrel() argument
3645 xyz_to_barrelsplit(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_barrelsplit() argument
3741 barrelsplit_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) barrelsplit_to_xyz() argument
3814 tspyramid_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) tspyramid_to_xyz() argument
3872 xyz_to_tspyramid(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_tspyramid() argument
3940 octahedron_to_xyz(const V360Context *s, int i, int j, int width, int height, float *vec) octahedron_to_xyz() argument
3973 xyz_to_octahedron(const V360Context *s, const float *vec, int width, int height, int16_t us[4][4], int16_t vs[4][4], float *du, float *dv) xyz_to_octahedron() argument
4237 const int width = s->pr_width[p]; v360_slice() local
[all...]
H A Dvf_waveform.c2609 blend_hline(uint8_t *dst, int width, int unused, float o1, float o2, int v, int step) blend_hline() argument
2618 blend_hline16(uint8_t *ddst, int width, int unused, float o1, float o2, int v, int step) blend_hline16() argument
2753 iblend_hline(uint8_t *dst, int width, int unused, float o1, float o2, int v, int step) iblend_hline() argument
2762 iblend_hline16(uint8_t *ddst, int width, int unused, float o1, float o2, int v, int step) iblend_hline16() argument
2966 const int width = s->display == PARADE ? out->width / s->acomp : out->width; graticule_column() local
3008 const int width = s->display == PARADE ? out->width / s->acomp : out->width; graticule16_column() local
[all...]
/third_party/glfw/src/
H A Dwin32_platform.h430 int width, height; member
H A Dwl_window.c196 createFallbackEdge(_GLFWwindow* window, _GLFWfallbackEdgeWayland* edge, struct wl_surface* parent, struct wl_buffer* buffer, int x, int y, int width, int height) createFallbackEdge() argument
341 resizeWindow(_GLFWwindow* window, int width, int height) resizeWindow() argument
558 xdgToplevelHandleConfigure(void* userData, struct xdg_toplevel* toplevel, int32_t width, int32_t height, struct wl_array* states) xdgToplevelHandleConfigure() argument
649 int width = window->wl.pending.width; xdgSurfaceHandleConfigure() local
695 int width, height; libdecorFrameHandleConfigure() local
2259 _glfwGetWindowSizeWayland(_GLFWwindow* window, int* width, int* height) _glfwGetWindowSizeWayland() argument
2267 _glfwSetWindowSizeWayland(_GLFWwindow* window, int width, int height) _glfwSetWindowSizeWayland() argument
2317 int width = window->wl.width, height = window->wl.height; _glfwSetWindowAspectRatioWayland() local
2346 _glfwGetFramebufferSizeWayland(_GLFWwindow* window, int* width, int* height) _glfwGetFramebufferSizeWayland() argument
2505 _glfwSetWindowMonitorWayland(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate) _glfwSetWindowMonitorWayland() argument
[all...]
/third_party/ffmpeg/libswscale/
H A Dswscale_internal.h1002 fillPlane16(uint8_t *plane, int stride, int width, int height, int y, int alpha, int bits, const int big_endian) fillPlane16() argument
1023 fillPlane32(uint8_t *plane, int stride, int width, int height, int y, int alpha, int bits, const int big_endian, int is_float) fillPlane32() argument
1070 int width; ///< Slice line width global() member
[all...]
/third_party/backends/backend/
H A Dcanon_dr.c8882 int width = s->u.page_x; get_page_width() local
[all...]
H A Depson.c1207 set_scan_area (Epson_Scanner * s, int x, int y, int width, int height) in set_scan_area() argument
/third_party/astc-encoder/Source/
H A Dastcenccli_image_load_store.cpp1703 uint32_t width; member
/third_party/backends/backend/genesys/
H A Dgenesys.cpp1886 auto width = image.get_width(); in scanner_coarse_gain_calibration() local

Completed in 103 milliseconds

1...<<181182183184185186187188189190>>...204