Home
last modified time | relevance | path

Searched refs:L2_buf (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openjpwl/
H A Djpwl_lib.c399 unsigned char *L1_buf, *L2_buf; in jpwl_epb_fill() local
432 L2_buf = buf + 13; in jpwl_epb_fill()
447 L3_buf = L2_buf + L2; in jpwl_epb_fill()
484 memcpy(L2_buf, parityword, P); in jpwl_epb_fill()
487 L2_buf += P; in jpwl_epb_fill()
807 unsigned char *L1_buf, *L2_buf; in jpwl_epb_correct() local
873 L2_buf = buffer + 13; in jpwl_epb_correct()
890 memcpy(parityword, L2_buf, P); in jpwl_epb_correct()
928 L2_buf += P; in jpwl_epb_correct()
1042 L3_buf = L2_buf; in jpwl_epb_correct()
[all …]
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/libopenjpeg/jpwl/
H A Djpwl_lib.c368 unsigned char *L1_buf, *L2_buf; in jpwl_epb_fill() local
400 L2_buf = buf + 13; in jpwl_epb_fill()
413 L3_buf = L2_buf + L2; in jpwl_epb_fill()
446 memcpy(L2_buf, parityword, P); in jpwl_epb_fill()
449 L2_buf += P; in jpwl_epb_fill()
758 unsigned char *L1_buf, *L2_buf; in jpwl_epb_correct() local
824 L2_buf = buffer + 13; in jpwl_epb_correct()
840 memcpy(parityword, L2_buf, P); in jpwl_epb_correct()
876 L2_buf += P; in jpwl_epb_correct()
981 L3_buf = L2_buf; in jpwl_epb_correct()
[all …]