Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c318 const int uv_c = j >> ss_x; in vp9_apply_temporal_filter_c() local
336 modifier += u_diff_sse[uv_r * uv_block_width + uv_c]; in vp9_apply_temporal_filter_c()
337 modifier += v_diff_sse[uv_r * uv_block_width + uv_c]; in vp9_apply_temporal_filter_c()
351 const int u_pixel_value = u_pred[uv_r * uv_buf_stride + uv_c]; in vp9_apply_temporal_filter_c()
352 const int v_pixel_value = v_pred[uv_r * uv_buf_stride + uv_c]; in vp9_apply_temporal_filter_c()
362 const int col = uv_c + idx; in vp9_apply_temporal_filter_c()
378 const int col = (uv_c << ss_x) + idx; in vp9_apply_temporal_filter_c()
/external/mesa3d/src/imgui/
Dimgui_draw.cpp633 …st::PrimRectUV(const ImVec2& a, const ImVec2& c, const ImVec2& uv_a, const ImVec2& uv_c, ImU32 col) in PrimRectUV() argument
635 ImVec2 b(c.x, a.y), d(a.x, c.y), uv_b(uv_c.x, uv_a.y), uv_d(uv_a.x, uv_c.y); in PrimRectUV()
641 _VtxWritePtr[2].pos = c; _VtxWritePtr[2].uv = uv_c; _VtxWritePtr[2].col = col; in PrimRectUV()
648 …c, const ImVec2& d, const ImVec2& uv_a, const ImVec2& uv_b, const ImVec2& uv_c, const ImVec2& uv_d… in PrimQuadUV() argument
655 _VtxWritePtr[2].pos = c; _VtxWritePtr[2].uv = uv_c; _VtxWritePtr[2].col = col; in PrimQuadUV()
1226 …c, const ImVec2& d, const ImVec2& uv_a, const ImVec2& uv_b, const ImVec2& uv_c, const ImVec2& uv_d… in AddImageQuad() argument
1236 PrimQuadUV(a, b, c, d, uv_a, uv_b, uv_c, uv_d, col); in AddImageQuad()
Dimgui.h1843 …Vec2& uv_a = ImVec2(0,0), const ImVec2& uv_b = ImVec2(1,0), const ImVec2& uv_c = ImVec2(1,1), cons…
1879 …c, const ImVec2& d, const ImVec2& uv_a, const ImVec2& uv_b, const ImVec2& uv_c, const ImVec2& uv_d…