HomeSort by relevance Sort by last modified time
    Searched refs:pelp (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
adaptive_smooth_no_mmx.cpp 234 uint8 *pelp; local
259 pelp = &oldrow[0]; /* initializing pointer to the 0th element of array
265 *pelp++ = pelc = *Rec_Y_ptr; /* assigning value of pelc0 to pelc and
266 / storing this value in pelp which
279 *pelp++ = pelc = *Rec_Y_ptr; /* assigning value of pelc1 to pelc and
280 / storing this value in pelp which
300 *pelp++ = pelc = *Rec_Y_ptr; /* assigning value of pelc2 to pelc
301 / and storing this value in pelp
363 pelp = &oldrow[0]; /* re-initializing pointer */
365 pelu = *pelp; /* setting pelu0 to old value of pelc0 *
    [all...]
  /external/u-boot/lib/
bch.c 422 struct gf_poly *pelp = bch->poly_2t[0]; local
426 memset(pelp, 0, GF_POLY_SZ(2*t));
429 pelp->deg = 0;
430 pelp->c[0] = 1;
441 for (j = 0; j <= pelp->deg; j++) {
442 if (pelp->c[j]) {
443 l = a_log(bch, pelp->c[j]);
448 tmp = pelp->deg+k;
451 gf_poly_copy(pelp, elp_copy);
    [all...]

Completed in 114 milliseconds