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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 209 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest8,
217 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8);
250 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest8,
257 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8);
285 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint8_t *dest8,
292 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8);
  /external/icu/icu4c/source/test/cintltst/
idnatest.c 868 char dest8[10]; local
    [all...]
custrtrn.c 2000 char dest8[4]={ 3, 3, 3, 3 }; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c     [all...]
  /hardware/intel/img/psb_video/src/
pnw_MPEG2.c 857 uint8_t *dest8 = (uint8_t*) dest32; local
860 *dest8++ = src[*idx++];
    [all...]
pnw_MPEG4.c 1615 uint8_t *dest8 = (uint8_t*) dest32; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.c     [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2.c 834 uint8_t *dest8 = (uint8_t*) dest32; local
837 *dest8++ = src[*idx++];
    [all...]
psb_MPEG4.c 794 uint8_t *dest8 = (uint8_t*) dest32; local
    [all...]

Completed in 1449 milliseconds