HomeSort by relevance Sort by last modified time
    Searched defs:luma_stride (Results 1 - 7 of 7) sorted by null

  /external/libaom/libaom/av1/common/x86/
cfl_avx2.c 67 const int luma_stride = input_stride << 1; local
80 input += luma_stride;
167 const int luma_stride = input_stride << 1; local
185 input += luma_stride;
cfl_ssse3.c 47 const int luma_stride = input_stride << 1; local
80 input += luma_stride;
140 const int luma_stride = input_stride; local
166 input += luma_stride;
186 const int luma_stride = input_stride << 1; local
222 input += luma_stride;
  /device/linaro/hikey/gralloc960/
mali_gralloc_bufferallocation.cpp 292 int luma_stride; local
304 luma_stride = GRALLOC_ALIGN(width, stride_alignment);
308 int chroma_stride = GRALLOC_ALIGN(luma_stride / 2, stride_alignment);
309 /* Simplification of ((height * luma_stride ) + 2 * ((height / 2) * chroma_stride)). */
310 *size = height *(luma_stride + chroma_stride);
315 *byte_stride = luma_stride;
320 *pixel_stride = luma_stride;
    [all...]
  /external/libaom/libaom/av1/common/arm/
cfl_neon.c 47 const int luma_stride = input_stride << 1; local
77 input += luma_stride;
146 const int luma_stride = input_stride << 1; local
184 input += luma_stride;
  /external/libaom/libaom/aom_dsp/
grain_synthesis.c 240 static void init_arrays(const aom_film_grain_t *params, int luma_stride,
309 *y_line_buf = (int *)aom_malloc(sizeof(**y_line_buf) * luma_stride * 2);
574 uint8_t *cb, uint8_t *cr, int luma_stride,
629 average_luma = (luma[(i << chroma_subsamp_y) * luma_stride +
631 luma[(i << chroma_subsamp_y) * luma_stride +
636 average_luma = luma[(i << chroma_subsamp_y) * luma_stride + j];
676 luma[i * luma_stride + j]
920 int height, width, luma_stride, chroma_stride; local
    [all...]
  /external/libhevc/encoder/
hme_interface.h 185 S32 luma_stride; member in struct:__anon28484
572 S32 luma_stride; member in struct:__anon28492
    [all...]
ihevce_enc_loop_pass.c 1385 WORD32 luma_stride, chroma_stride; local
    [all...]

Completed in 5551 milliseconds