Home
last modified time | relevance | path

Searched defs:ref_pos (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-buffer.cc1974 const hb_glyph_position_t *ref_pos = reference->pos; in hb_buffer_diff() local
/external/libaom/libaom/av1/encoder/
Dtpl_model.c465 static int round_floor(int ref_pos, int bsize_pix) { in round_floor()
/external/mesa3d/src/imgui/
Dimgui.cpp7022 ImVec2 ImGui::FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const ImVec2& size, ImGuiDir* last… in FindBestWindowPosForPopupEx()
7103 ImVec2 ref_pos = NavCalcPreferredRefPos(); in FindBestWindowPosForPopup() local
8794 void ImGui::LogRenderedText(const ImVec2* ref_pos, const char* text, const char* text_end) in LogRenderedText()
/external/libaom/libaom/av1/common/
Dav1_common_int.h1115 int ref_pos = ((mi_row & 0x01) || !(bh & 0x01) || !subsampling_y) && in is_chroma_reference() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c6075 static int round_floor(int ref_pos, int bsize_pix) {