Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dsparse_linear_solver.c359 double *diags = NULL, *Rx = NULL, *x_last = NULL, *x_cur = NULL, in av1_jacobi_sparse() local
365 x_last = aom_calloc(bl, sizeof(*x_last)); in av1_jacobi_sparse()
368 if (!diags || !Rx || !x_last || !x_cur) { in av1_jacobi_sparse()
369 free_solver_local_buf(diags, Rx, x_last, x_cur, NULL, NULL, NULL); in av1_jacobi_sparse()
374 memset(x_last, 0, sizeof(*x_last) * bl); in av1_jacobi_sparse()
388 Rx[A->row_pos[c]] += x_last[A->col_pos[c]] * A->value[c]; in av1_jacobi_sparse()
393 resi2 += (x_last[i] - x_cur[i]) * (x_last[i] - x_cur[i]); in av1_jacobi_sparse()
397 tempx = x_last; in av1_jacobi_sparse()
398 x_last = x_cur; in av1_jacobi_sparse()
405 free_solver_local_buf(diags, Rx, x_last, x_cur, NULL, NULL, NULL); in av1_jacobi_sparse()
/external/ImageMagick/coders/
Dpdb.c122 x_last, member
394 pdb_image.x_last=(short) ReadBlobMSBShort(image); in ReadPDBImage()
855 pdb_image.x_last=0; in WritePDBImage()
1000 (void) WriteBlobMSBShort(image,(unsigned short) pdb_image.x_last); in WritePDBImage()