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

  /external/libdrm/tests/util/
format.h 52 unsigned int chroma_stride; member in struct:util_yuv_info
format.c 38 #define MAKE_YUV_INFO(order, xsub, ysub, chroma_stride) \
39 .yuv = { (order), (xsub), (ysub), (chroma_stride) }
pattern.c 105 unsigned int cs = yuv->chroma_stride;
610 unsigned int cs = yuv->chroma_stride;
  /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...]
grain_synthesis.h 167 * \param[in] chroma_stride chroma plane stride
171 int luma_stride, int chroma_stride,
  /external/libhevc/encoder/
hme_interface.h 212 S32 chroma_stride; member in struct:__anon28484
575 S32 chroma_stride; member in struct:__anon28492
    [all...]
ihevce_me_pass.c 765 ps_ref_info->chroma_stride = ps_yuv_desc->i4_uv_strd;
    [all...]
ihevce_coarse_me_pass.c     [all...]
ihevce_enc_loop_pass.c 1385 WORD32 luma_stride, chroma_stride; local
    [all...]
  /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...]

Completed in 412 milliseconds