Home
last modified time | relevance | path

Searched refs:SetArray (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/test/
Dyuv_temporal_filter_test.cc121 void SetArray(PixelType *pixel_array, int width, int height, int stride, in SetArray() function
132 void SetArray(PixelType *pixel_array, int width, int height, int stride, in SetArray() function
467 SetArray(y_src, width, height, y_stride, max_val); in CompareTestWithParam()
468 SetArray(y_pre, width, height, y_stride, 0); in CompareTestWithParam()
469 SetArray(u_src, uv_width, uv_height, uv_stride, max_val); in CompareTestWithParam()
470 SetArray(u_pre, uv_width, uv_height, uv_stride, 0); in CompareTestWithParam()
471 SetArray(v_src, uv_width, uv_height, uv_stride, max_val); in CompareTestWithParam()
472 SetArray(v_pre, uv_width, uv_height, uv_stride, 0); in CompareTestWithParam()
475 SetArray(y_src, width, height, y_stride, &rnd_, 0, max_val); in CompareTestWithParam()
476 SetArray(y_pre, width, height, y_stride, &rnd_, 0, max_val); in CompareTestWithParam()
[all …]
/external/pdfium/fxjs/
Dcfxjse_value.h56 void SetArray(const std::vector<std::unique_ptr<CFXJSE_Value>>& values);
Dcfxjse_value.cpp94 void CFXJSE_Value::SetArray( in SetArray() function in CFXJSE_Value
Dcfxjse_formcalc_context.cpp2901 args.GetReturnValue()->SetArray(values); in Ref()
5294 args.GetReturnValue()->SetArray(values); in dot_accessor()
5336 args.GetReturnValue()->SetArray(values); in dot_accessor()
5412 args.GetReturnValue()->SetArray(values); in dotdot_accessor()
5454 args.GetReturnValue()->SetArray(values); in dotdot_accessor()
5614 args.GetReturnValue()->SetArray(values); in fm_var_filter()
5665 args.GetReturnValue()->SetArray(returnValues); in concat_fm_object()