| /third_party/ffmpeg/libavcodec/tests/ |
| D | snowenc.c | 31 #define width 256 in main() macro 132 int tab[4]={0,2,3,1}; in main() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | hevc_filter.c | 139 static void copy_CTB(uint8_t *dst, const uint8_t *src, int width, int height, in copy_CTB() 201 ptrdiff_t stride_src, int x, int y, int width, int height, in copy_CTB_to_hv() 223 int x0, int y0, int width, int height, int c_idx) in restore_tqb_pixels() 253 #define CTB(tab, x, y) ((tab)[(y) * s->ps.sps->ctb_width + (x)]) argument 321 int width = FFMIN(ctb_size_h, (s->ps.sps->width >> s->ps.sps->hshift[c_idx]) - x0); in sao_filter_CTB() local 323 int tab = sao_tab[(FFALIGN(width, 8) >> 3) - 1]; in sao_filter_CTB() local
|
| D | ivi.h | 66 VLC *tab; /// pointer to the table associated with tab_sel member 130 int width; member 147 int width; member 195 uint16_t width; member
|
| D | hevcdec.h | 72 #define SAMPLE(tab, x, y) ((tab)[(y) * s->sps->width + (x)]) argument 73 #define SAMPLE_CTB(tab, x, y) ((tab)[(y) * min_cb_width + (x)]) argument 479 int width; member
|
| D | hevcdec.c | 98 int width = sps->width; in pic_arrays_init() local 995 #define CTB(tab, x, y) ((tab)[(y) * s->ps.sps->ctb_width + (x)]) argument 3418 int width = s->avctx->coded_width; in verify_md5() local
|
| D | vp3.c | 180 int width, height; member 1802 int width = s->fragment_width[!!plane]; in apply_loop_filter() local 2450 const HuffTable *tab = &s->huffman_table[i]; in vp3_decode_init() local
|
| D | mpegvideo_enc.c | 1220 int width = s->width >> scale; in estimate_best_b_count() local 1908 static const char tab[64] = { in dct_single_coeff_elimination() local
|
| /third_party/skia/third_party/externals/libwebp/src/dec/ |
| D | vp8_dec.c | 106 int* const width, int* const height) { in VP8GetInfo() 424 const uint8_t* tab; in GetLargeValue() local
|
| /third_party/skia/m133/third_party/externals/libwebp/src/dec/ |
| D | vp8_dec.c | 109 int* const width, int* const height) { in VP8GetInfo() 429 const uint8_t* tab; in GetLargeValue() local
|
| /third_party/lame/libmp3lame/ |
| D | takehiro.c | 787 int const width = gi->width[sfb]; in count_bits() local 1036 int const width = gi->width[sfb]; in best_scalefac_store() local 1141 const int *tab; in mpeg1_scale_bitcount() local
|
| /third_party/ffmpeg/libavdevice/ |
| D | opengl_enc.c | 220 int width; ///< Stream width member 309 static int opengl_resize(AVFormatContext *h, int width, int height) in opengl_resize() 556 float tab = top + bottom; in opengl_make_ortho() local 843 GLsizei width, GLsizei height) in opengl_configure_texture()
|
| /third_party/mesa3d/src/imgui/ |
| D | imgui_widgets.cpp | 5961 ImGuiTabItem* tab = &tab_bar->Tabs[tab_src_n]; in TabBarLayout() local 6022 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in TabBarLayout() local 6070 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in TabBarLayout() local 6079 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in TabBarLayout() local 6153 if (ImGuiTabItem* tab = TabBarFindTabByID(tab_bar, tab_id)) in TabBarRemoveTab() local 6161 void ImGui::TabBarCloseTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab) in TabBarCloseTab() 6183 static void ImGui::TabBarScrollToTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab) in TabBarScrollToTab() 6196 void ImGui::TabBarQueueChangeTabOrder(ImGuiTabBar* tab_bar, const ImGuiTabItem* tab, int dir) in TabBarQueueChangeTabOrder() 6281 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in TabBarTabListPopupButton() local 6319 ImGuiTabItem* tab = &tab_bar->Tabs[tab_bar->LastTabItemIdx]; in BeginTabItem() local [all …]
|
| D | imstb_truetype.h | 682 int width; member 2590 int tab = stbtt__find_table(info->data, info->fontstart, "OS/2"); in stbtt_GetFontVMetricsOS2() local 3553 …float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, in… in stbtt_GetGlyphBitmapSubpixel() 3593 …p(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, in… in stbtt_GetGlyphBitmap() 3622 …t scale_x, float scale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, in… in stbtt_GetCodepointBitmapSubpixel() 3637 …nst stbtt_fontinfo *info, float scale_x, float scale_y, int codepoint, int *width, int *height, in… in stbtt_GetCodepointBitmap() 3742 int width,height; member 4406 …lyph, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, in… in stbtt_GetGlyphSDF() 4592 …oint, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, in… in stbtt_GetCodepointSDF()
|
| D | imgui.cpp | 2027 bool ImGuiTextFilter::Draw(const char* label, float width) in Draw() 8278 …const float width = preserve_width ? GetColumnWidthEx(columns, column_index, columns->IsBeingResiz… in SetColumnOffset() local 8288 void ImGui::SetColumnWidth(int column_index, float width) in SetColumnWidth() 9434 const ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in ShowMetricsWindow() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | dlist.c | 1130 GLsizei width, GLsizei height, GLsizei depth, in unpack_image() 1341 save_Bitmap(GLsizei width, GLsizei height, in save_Bitmap() 2048 save_CopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) in save_CopyPixels() 2070 GLint x, GLint y, GLsizei width, GLint border) in save_CopyTexImage1D() 2095 GLint x, GLint y, GLsizei width, in save_CopyTexImage2D() 2122 GLint xoffset, GLint x, GLint y, GLsizei width) in save_CopyTexSubImage1D() 2146 GLint x, GLint y, GLsizei width, GLint height) in save_CopyTexSubImage2D() 2172 GLint x, GLint y, GLsizei width, GLint height) in save_CopyTexSubImage3D() 2312 save_DrawPixels(GLsizei width, GLsizei height, in save_DrawPixels() 2764 save_LineWidth(GLfloat width) in save_LineWidth() [all …]
|
| /third_party/skia/m133/third_party/externals/wuffs/release/c/ |
| D | wuffs-v0.2.c | 1197 wuffs_base__rect_ie_u32::width() const { in width() function 1583 uint32_t width; member 1619 uint32_t width, in wuffs_base__pixel_config__set() 1738 uint32_t width, in set() 1769 wuffs_base__pixel_config::width() const { in width() function 1826 uint32_t width, in wuffs_base__image_config__set() 1885 uint32_t width, in set() 2109 wuffs_base__frame_config::width() const { in width() function 2220 wuffs_base__table_u8* tab = in wuffs_base__pixel_buffer__set_from_slice() local 2232 size_t width = (size_t)(pixcfg->private_impl.width); in wuffs_base__pixel_buffer__set_from_slice() local [all …]
|
| D | wuffs-v0.3.c | 1584 size_t width, in wuffs_base__make_table_u8() 1597 size_t width, in wuffs_base__make_table_u16() 1610 size_t width, in wuffs_base__make_table_u32() 1623 size_t width, in wuffs_base__make_table_u64() 1764 wuffs_base__table__flattened_length(size_t width, in wuffs_base__table__flattened_length() 2587 wuffs_base__rect_ie_u32::width() const { in width() function 4215 uint32_t width; member 4251 uint32_t width, in wuffs_base__pixel_config__set() 4371 uint32_t width, in set() 4402 wuffs_base__pixel_config::width() const { in width() function [all …]
|
| /third_party/skia/third_party/externals/wuffs/release/c/ |
| D | wuffs-v0.2.c | 1197 wuffs_base__rect_ie_u32::width() const { in width() function 1583 uint32_t width; member 1619 uint32_t width, in wuffs_base__pixel_config__set() 1738 uint32_t width, in set() 1769 wuffs_base__pixel_config::width() const { in width() function 1826 uint32_t width, in wuffs_base__image_config__set() 1885 uint32_t width, in set() 2109 wuffs_base__frame_config::width() const { in width() function 2220 wuffs_base__table_u8* tab = in wuffs_base__pixel_buffer__set_from_slice() local 2232 size_t width = (size_t)(pixcfg->private_impl.width); in wuffs_base__pixel_buffer__set_from_slice() local [all …]
|
| D | wuffs-v0.3.c | 1437 size_t width, in wuffs_base__make_table_u8() 1450 size_t width, in wuffs_base__make_table_u16() 1463 size_t width, in wuffs_base__make_table_u32() 1476 size_t width, in wuffs_base__make_table_u64() 1598 wuffs_base__table__flattened_length(size_t width, in wuffs_base__table__flattened_length() 2414 wuffs_base__rect_ie_u32::width() const { in width() function 3913 uint32_t width; member 3949 uint32_t width, in wuffs_base__pixel_config__set() 4069 uint32_t width, in set() 4100 wuffs_base__pixel_config::width() const { in width() function [all …]
|
| /third_party/vixl/src/aarch64/ |
| D | logic-aarch64.cc | 2494 int width = LaneSizeInBitsFromFormat(vform); in ror() local 3278 const LogicVRegister& tab, in tbl() 3286 const LogicVRegister& tab, in tbl() 3295 const LogicVRegister& tab, in tbl() 3305 const LogicVRegister& tab, in tbl() 3316 const LogicVRegister& tab, in tbx() 3324 const LogicVRegister& tab, in tbx() 3333 const LogicVRegister& tab, in tbx() 3343 const LogicVRegister& tab, in tbx()
|
| /third_party/astc-encoder/Source/ |
| D | wuffs-v0.3.c | 1497 size_t width, in wuffs_base__make_table_u8() 1510 size_t width, in wuffs_base__make_table_u16() 1523 size_t width, in wuffs_base__make_table_u32() 1536 size_t width, in wuffs_base__make_table_u64() 1677 wuffs_base__table__flattened_length(size_t width, in wuffs_base__table__flattened_length() 2500 wuffs_base__rect_ie_u32::width() const { in width() function 4128 uint32_t width; member 4164 uint32_t width, in wuffs_base__pixel_config__set() 4284 uint32_t width, in set() 4315 wuffs_base__pixel_config::width() const { in width() function [all …]
|
| /third_party/toybox/generated/ |
| D | globals.h | 258 int width; member 760 int width; member 1289 unsigned tabcount, *tab; member 1471 unsigned width, height, scroll; member
|
| /third_party/glfw/deps/ |
| D | nuklear.h | 3908 float width, height; member 3920 nk_text_width_f width; member 5234 struct nk_style_tab tab; member
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 26441 width() const in width() function in std::ios_base 26450 width(streamsize __wide) in width() function in std::ios_base 73327 T width, height; member 75123 T x, y, width, height; member 82394 static nsIAtom* tab; member in nsGkAtoms 82508 static nsIAtom* width; member in nsGkAtoms 106536 F width, height; member 110644 uint16_t width, height; member 110753 uint32_t width, height; member 176610 nscoord x, y, width, height; member [all …]
|