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

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c 2586 __m256i *this_out = &out[8 * transpose_block]; local
    [all...]
vp9_dct32x32_sse2.c 2578 __m128i *this_out = &out[8 * transpose_block]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c 2586 __m256i *this_out = &out[8 * transpose_block]; local
    [all...]
vp9_dct32x32_sse2.c 2575 __m128i *this_out = &out[8 * transpose_block]; local
    [all...]
  /external/fio/
iolog.c 771 size_t this_out = iter->buf_size - iter->buf_used; local
774 stream->avail_out = this_out;
784 iter->buf_used += this_out - stream->avail_out;

Completed in 499 milliseconds