HomeSort by relevance Sort by last modified time
    Searched full:above_row (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_reconintra.c 321 uint8_t *above_row = above_data + 16; local
322 const uint8_t *const_above_row = above_row;
381 vpx_memcpy(above_row, above_ref, 2 * bs);
383 vpx_memcpy(above_row, above_ref, bs);
384 vpx_memset(above_row + bs, above_row[bs - 1], bs);
389 vpx_memcpy(above_row, above_ref, r);
390 vpx_memset(above_row + r, above_row[r - 1],
393 vpx_memcpy(above_row, above_ref, bs)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconintra.c 323 uint8_t *above_row = above_data + 16; local
324 const uint8_t *const_above_row = above_row;
383 vpx_memcpy(above_row, above_ref, 2 * bs);
385 vpx_memcpy(above_row, above_ref, bs);
386 vpx_memset(above_row + bs, above_row[bs - 1], bs);
391 vpx_memcpy(above_row, above_ref, r);
392 vpx_memset(above_row + r, above_row[r - 1],
395 vpx_memcpy(above_row, above_ref, bs)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconintra.c 642 uint16_t *above_row = above_data + 16; local
643 const uint16_t *const_above_row = above_row;
701 vpx_memcpy(above_row, above_ref, 2 * bs * sizeof(uint16_t));
703 vpx_memcpy(above_row, above_ref, bs * sizeof(uint16_t));
704 vpx_memset16(above_row + bs, above_row[bs - 1], bs);
709 vpx_memcpy(above_row, above_ref, r * sizeof(uint16_t));
710 vpx_memset16(above_row + r, above_row[r - 1],
713 vpx_memcpy(above_row, above_ref, bs * sizeof(uint16_t))
771 uint8_t *above_row = above_data + 16; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
threading.c 704 /* Free above_row buffers. */
799 /* Allocate memory for above_row buffers. */
876 /* Set above_row buffer to 127 for decoding first MB row */
  /external/libvpx/libvpx/vp8/decoder/
threading.c 704 /* Free above_row buffers. */
799 /* Allocate memory for above_row buffers. */
876 /* Set above_row buffer to 127 for decoding first MB row */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
threading.c 704 /* Free above_row buffers. */
799 /* Allocate memory for above_row buffers. */
876 /* Set above_row buffer to 127 for decoding first MB row */

Completed in 156 milliseconds