Searched refs:wmask (Results 1 - 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconintra.c377 const int wmask = (1 << bwl) - 1; local
379 const int have_left = (block_idx & wmask) || xd->left_available;
380 const int have_right = ((block_idx & wmask) != wmask);
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshrec.c338 FT_Int wmask = 0x80; local
344 val = write[0] & ~wmask;
347 val |= wmask;
358 wmask >>= 1;
359 if ( wmask == 0 )
362 wmask = 0x80;
/external/freetype/src/pshinter/
H A Dpshrec.c338 FT_Int wmask = 0x80; local
344 val = write[0] & ~wmask;
347 val |= wmask;
358 wmask >>= 1;
359 if ( wmask == 0 )
362 wmask = 0x80;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-gvmat64.asm53 ; low word: s->wmask
193 ;;; uInt wmask = s->w_mask;
210 ;;; It is then shifted into the high word, to make room for the wmask
329 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
339 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm57 wmask equ dword ptr [esp+NbStack-52] define
121 ; low word: s->wmask
217 ;;; uInt wmask = s->w_mask;
234 ;;; It is then shifted into the high word, to make room for the wmask
309 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
319 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm71 ; low word: s->wmask
231 ;;; uInt wmask = s->w_mask;
248 ;;; It is then shifted into the high word, to make room for the wmask
367 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
377 ;;; edx = chainlenwmask - i.e., ((chainlen << 16) | wmask)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state.c475 int wmask = depth_stencil->stencil[1].writemask & 0xff; local
491 (wmask << BFM_STENCIL_WRITE_MASK_SHIFT));
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c475 int wmask = depth_stencil->stencil[1].writemask & 0xff; local
491 (wmask << BFM_STENCIL_WRITE_MASK_SHIFT));
/external/chromium_org/third_party/zlib/
H A Ddeflate.c1155 uInt wmask = s->w_mask; local
1288 } while ((cur_match = prev[cur_match & wmask]) > limit
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.c1043 uInt wmask = s->w_mask; local
1163 } while ((cur_match = prev[cur_match & wmask]) > limit
/external/zlib/src/
H A Ddeflate.c1164 uInt wmask = s->w_mask; local
1284 } while ((cur_match = prev[cur_match & wmask]) > limit

Completed in 331 milliseconds