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

  /external/libdrm/tests/util/
format.h 52 unsigned int chroma_stride; member in struct:util_yuv_info
  /device/linaro/hikey/gralloc960/
mali_gralloc_bufferallocation.cpp 258 /* Simplification of (height * luma-stride + 2 * (height /2 * chroma_stride) */
308 int chroma_stride = GRALLOC_ALIGN(luma_stride / 2, stride_alignment); local
309 /* Simplification of ((height * luma_stride ) + 2 * ((height / 2) * chroma_stride)). */
310 *size = height *(luma_stride + chroma_stride);
    [all...]
  /external/libaom/libaom/aom_dsp/
grain_synthesis.c 241 int chroma_stride, int ***pred_pos_luma_p,
310 *cb_line_buf = (int *)aom_malloc(sizeof(**cb_line_buf) * chroma_stride *
312 *cr_line_buf = (int *)aom_malloc(sizeof(**cr_line_buf) * chroma_stride *
575 int chroma_stride, int *luma_grain,
640 cb[i * chroma_stride + j] = clamp(
641 cb[i * chroma_stride + j] +
644 cb_mult * cb[i * chroma_stride + j]) >>
656 cr[i * chroma_stride + j] = clamp(
657 cr[i * chroma_stride + j] +
660 cr_mult * cr[i * chroma_stride + j]) >
920 int height, width, luma_stride, chroma_stride; local
    [all...]
  /external/libhevc/encoder/
hme_interface.h 212 S32 chroma_stride; member in struct:__anon28484
575 S32 chroma_stride; member in struct:__anon28492
    [all...]
ihevce_enc_loop_pass.c 1385 WORD32 luma_stride, chroma_stride; local
    [all...]

Completed in 93 milliseconds