Home
last modified time | relevance | path

Searched refs:err1 (Results 26 - 32 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dquant_enc.c861 // left[0] | tmp[0] tmp[1] <-> err0 err1 in CorrectDCValues()
864 // Final errors {err1,err2,err3} are preserved and later restored in CorrectDCValues()
871 int err0, err1, err2, err3; in CorrectDCValues() local
875 err1 = QuantizeSingle(&c[1][0], mtx); in CorrectDCValues()
878 c[3][0] += (C1 * err1 + C2 * err2) >> (DSHIFT - DSCALE); in CorrectDCValues()
882 assert(abs(err1) <= 127 && abs(err2) <= 127 && abs(err3) <= 127); in CorrectDCValues()
883 rd->derr[ch][0] = (int8_t)err1; in CorrectDCValues()
895 left[0] = rd->derr[ch][0]; // restore err1 in StoreDiffusionErrors()
/third_party/musl/src/malloc/liteos_a/user_debug/
H A Dmemory_check.c584 goto err1; in watch_mem()
605 err1: in watch_mem()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dmemory_check.c569 goto err1; in watch_mem()
590 err1: in watch_mem()
/third_party/openssl/test/
H A Ddhtest.c62 goto err1; in dh_test()
73 goto err1; in dh_test()
209 err1: in dh_test()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wext.c813 goto err1; in wpa_driver_wext_init()
818 goto err1; in wpa_driver_wext_init()
855 err1: in wpa_driver_wext_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wext.c813 goto err1; in wpa_driver_wext_init()
818 goto err1; in wpa_driver_wext_init()
855 err1: in wpa_driver_wext_init()
/third_party/python/Lib/test/
H A Dtest_cmd_line.py390 rc1, out1, err1 = assert_python_ok('-c', code, PYTHONPATH="")

Completed in 22 milliseconds

12