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

  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c 133 uint32_t bit_depth_c; /* Chroma bit depth */ member in struct:context_H264_s
655 ctx->bit_depth_c = 8 + pic_params->bit_depth_chroma_minus8; /* (7-3) */
675 ctx->raw_mb_bits = 256 * ctx->bit_depth_l + 2 * ctx->mb_width_c * ctx->mb_height_c * ctx->bit_depth_c; /* (7-5) */
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264.c 148 uint32_t bit_depth_c; /* Chroma bit depth */ member in struct:context_H264_s
594 ctx->bit_depth_c = 8 + pic_params->bit_depth_chroma_minus8; /* (7-3) */
608 ctx->raw_mb_bits = 256 * ctx->bit_depth_l + 2 * ctx->mb_width_c * ctx->mb_height_c * ctx->bit_depth_c; /* (7-5) */
    [all...]

Completed in 36 milliseconds