/external/chromium_org/third_party/libjpeg_turbo/ |
jdphuff.c | 329 r = GET_BITS(s); 402 r = GET_BITS(s); 413 r = GET_BITS(r); 472 if (GET_BITS(1)) 546 if (GET_BITS(1)) 555 r = GET_BITS(r); 570 if (GET_BITS(1)) { 604 if (GET_BITS(1)) {
|
jdhuff.h | 68 * by the macros CHECK_BIT_BUFFER and GET_BITS. When there aren't enough 138 * before using GET_BITS, PEEK_BITS, or DROP_BITS. 143 * val = GET_BITS(n); 159 #define GET_BITS(nbits) \ 222 /* Don't use GET_BITS() here because we don't want to modify bits_left */ \ 226 s |= GET_BITS(1); \
|
jdhuff.c | 457 code = GET_BITS(l); 465 code |= GET_BITS(1); 575 r = GET_BITS(s); 601 r = GET_BITS(s); 669 r = GET_BITS(s); 690 r = GET_BITS(s);
|
/external/jpeg/ |
jdphuff.c | 327 r = GET_BITS(s); 400 r = GET_BITS(s); 411 r = GET_BITS(r); 470 if (GET_BITS(1)) 544 if (GET_BITS(1)) 553 r = GET_BITS(r); 568 if (GET_BITS(1)) { 602 if (GET_BITS(1)) {
|
jdhuff.h | 62 * by the macros CHECK_BIT_BUFFER and GET_BITS. When there aren't enough 124 * before using GET_BITS, PEEK_BITS, or DROP_BITS. 129 * val = GET_BITS(n); 145 #define GET_BITS(nbits) \
|
jdhuff.c | 410 code = GET_BITS(l); 418 code |= GET_BITS(1); 639 r = GET_BITS(s); 665 r = GET_BITS(s); 755 r = GET_BITS(s);
|
/external/libhevc/common/arm/ |
ihevc_intra_ref_substitution_a9q.c | 64 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) 116 WORD32 get_bits; local 304 get_bits = GET_BIT(nbr_flags_temp, 8); 307 if(!get_bits) 315 get_bits = GET_BIT(nbr_flags_temp, frwd_nbr_flag); 316 if(!get_bits) 371 get_bits = GET_BIT(nbr_flags, 16); 373 if(!get_bits) 381 get_bits = GET_BIT(nbr_flags, frwd_nbr_flag); 382 if(!get_bits) 413 WORD32 get_bits; local [all...] |
ihevc_intra_pred_filters_neon_intr.c | 70 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) 131 WORD32 get_bits; local 341 get_bits = GET_BITS(nbr_flags_temp, 8); 344 if(!get_bits) 349 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag); 350 if(!get_bits) 401 get_bits = GET_BITS(nbr_flags, 16) [all...] |
/external/bzip2/ |
decompress.c | 43 #define GET_BITS(lll,vvv,nnn) \ 68 GET_BITS(lll,uuu,8) 71 GET_BITS(lll,uuu,1) 89 GET_BITS(label1, zvec, zn); \ 206 GET_BITS(BZ_X_MAGIC_4, s->blockSize100k, 8) 251 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); 287 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); 289 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); 318 GET_BITS(BZ_X_CODING_1, curr, 5);
|
/external/libhevc/common/ |
ihevc_intra_pred_filters.c | 77 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) 216 WORD32 get_bits; local 445 get_bits = GET_BITS(nbr_flags_temp, 8); 448 if(!get_bits) 453 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag); 454 if(!get_bits) 552 get_bits = GET_BITS(nbr_flags, 16) [all...] |
/external/libhevc/common/x86/ |
ihevc_intra_pred_filters_ssse3_intr.c | 78 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) 148 WORD32 get_bits; local 290 get_bits = GET_BITS(nbr_flags_temp, 8); 293 if(!get_bits) 298 get_bits = GET_BITS(nbr_flags_temp, frwd_nbr_flag); 299 if(!get_bits) 352 get_bits = GET_BITS(nbr_flags, 16) [all...] |
ihevc_intra_pred_filters_sse42_intr.c | 75 #define GET_BITS(y,x) ((y) & (1 << x)) && (1 << x) [all...] |