/external/libvpx/vp8/decoder/arm/armv6/ |
idct_blk_v6.c | 17 unsigned char *dst, int stride, char *eobs, short *dc) 23 if (eobs[0] > 1) 28 if (eobs[1] > 1) 33 if (eobs[2] > 1) 38 if (eobs[3] > 1) 47 eobs += 4; 53 unsigned char *dst, int stride, char *eobs) 59 if (eobs[0] > 1) 67 if (eobs[1] > 1) 75 if (eobs[2] > 1 [all...] |
/external/libvpx/vp8/decoder/x86/ |
idct_blk_mmx.c | 17 unsigned char *dst, int stride, char *eobs, short *dc) 23 if (eobs[0] > 1) 28 if (eobs[1] > 1) 33 if (eobs[2] > 1) 38 if (eobs[3] > 1) 47 eobs += 4; 53 unsigned char *dst, int stride, char *eobs) 59 if (eobs[0] > 1) 67 if (eobs[1] > 1) 75 if (eobs[2] > 1 [all...] |
idct_blk_sse2.c | 31 unsigned char *dst, int stride, char *eobs, short *dc) 37 if (((short *)(eobs))[0] & 0xfefe) 42 if (((short *)(eobs))[1] & 0xfefe) 51 eobs += 4; 57 unsigned char *dst, int stride, char *eobs) 63 if (((short *)(eobs))[0] & 0xfefe) 68 if (((short *)(eobs))[1] & 0xfefe) 76 eobs += 4; 82 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) 84 if (((short *)(eobs))[0] & 0xfefe [all...] |
/external/libvpx/vp8/decoder/arm/neon/ |
idct_blk_neon.c | 32 unsigned char *dst, int stride, char *eobs, short *dc) 38 if (((short *)eobs)[0] & 0xfefe) 43 if (((short *)eobs)[1] & 0xfefe) 52 eobs += 4; 58 unsigned char *dst, int stride, char *eobs) 64 if (((short *)eobs)[0] & 0xfefe) 69 if (((short *)eobs)[1] & 0xfefe) 77 eobs += 4; 83 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) 85 if (((short *)eobs)[0] & 0xfefe [all...] |
/external/libvpx/vp8/decoder/ |
idct_blk.c | 25 unsigned char *dst, int stride, char *eobs, short *dc) 33 if (*eobs++ > 1) 51 unsigned char *dst, int stride, char *eobs) 59 if (*eobs++ > 1) 79 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) 87 if (*eobs++ > 1) 108 if (*eobs++ > 1)
|
dequantize.h | 33 int stride, char *eobs, short *dc) 38 int stride, char *eobs) 43 unsigned char *dst_v, int stride, char *eobs)
|
detokenize.c | 188 char *eobs = x->eobs; local 337 *a = *l = ((eobs[i] = c) != !type); /* any nonzero data? */
|
decodframe.c | 235 if (xd->eobs[24] > 1) 256 xd->dst.y_stride, xd->eobs, xd->block[24].diff); 266 if (xd->eobs[i] > 1) 287 xd->dst.y_stride, xd->eobs); 293 xd->dst.uv_stride, xd->eobs+16);
|
threading.c | 157 if (xd->eobs[24] > 1) 178 xd->dst.y_stride, xd->eobs, xd->block[24].diff); 187 if (xd->eobs[i] > 1) 207 xd->dst.y_stride, xd->eobs); 213 xd->dst.uv_stride, xd->eobs+16); [all...] |
/external/libvpx/vp8/common/ |
blockd.h | 220 DECLARE_ALIGNED(16, char, eobs[25]);
|
/external/jpeg/ |
jcphuff.c | 44 unsigned int EOBRUN; /* run length of EOBs */
|
jdphuff.c | 33 unsigned int EOBRUN; /* remaining EOBs in EOBRUN */
|
jpeglib.h | 647 // remaining EOBs in EOBRUN [all...] |
/external/qemu/distrib/jpeg-6b/ |
jcphuff.c | 44 unsigned int EOBRUN; /* run length of EOBs */
|
jdphuff.c | 33 unsigned int EOBRUN; /* remaining EOBs in EOBRUN */
|
jpeglib.h | 647 // remaining EOBs in EOBRUN [all...] |
/external/libvpx/vp8/encoder/ |
rdopt.c | 1019 unsigned char eobs[16]; member in struct:__anon8497 [all...] |