Home
last modified time | relevance | path

Searched defs:ref_col (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dmcomp.c1044 int ref_col; in vp8_diamond_search_sad_c() local
1157 int ref_col; in vp8_diamond_search_sadx4() local
1305 int ref_col = ref_mv->as_mv.col; in vp8_full_search_sad() local
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/
H A Dvp9_diamond_search_sad_neon.c82 const int ref_col = ref_mv->col; in vp9_diamond_search_sad_neon() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_mcomp.c2074 int ref_col; in vp9_diamond_search_sad_c() local
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_widgets.cpp4102 …Gui::ColorPicker4(const char* label, float col[4], ImGuiColorEditFlags flags, const float* ref_col) in ColorPicker4()
4573 void ImGui::ColorPickerOptionsPopup(const float* ref_col, ImGuiColorEditFlags flags) in ColorPickerOptionsPopup()