Searched defs:ref_col (Results 1 – 5 of 5) sorted by relevance
105 const int ref_col = clamp(ref_mv->col, minmv.as_mv.col, maxmv.as_mv.col); in vp9_diamond_search_sad_neon() local
1044 int ref_col; in vp8_diamond_search_sad_c() local1157 int ref_col; in vp8_diamond_search_sadx4() local1305 int ref_col = ref_mv->as_mv.col; in vp8_full_search_sad() local
102 const int ref_col = clamp(ref_mv->col, minmv.as_mv.col, maxmv.as_mv.col); in vp9_diamond_search_sad_avx() local
2089 int ref_col; in vp9_diamond_search_sad_c() local
4102 …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()