Home
last modified time | relevance | path

Searched refs:border_col (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c2326 unsigned int border_row, border_col; in calc_plane_error() local
2331 for (border_col = col; border_col < cols; ++border_col) { in calc_plane_error()
2332 diff = border_orig[border_col] - border_recon[border_col]; in calc_plane_error()
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp842 …Vec2& size, const ImVec2& uv0, const ImVec2& uv1, const ImVec4& tint_col, const ImVec4& border_col) in Image() argument
849 if (border_col.w > 0.0f) in Image()
855 if (border_col.w > 0.0f) in Image()
857 window->DrawList->AddRect(bb.Min, bb.Max, GetColorU32(border_col), 0.0f); in Image()
Dimgui.h390 …= ImVec2(1,1), const ImVec4& tint_col = ImVec4(1,1,1,1), const ImVec4& border_col = ImVec4(0,0,0,0…