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

  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c 642 uint32_t sub_height_c = (pic_params->seq_fields.bits.chroma_format_idc > 1) ? 1 : 2; local
649 ctx->mb_height_c = 16 / sub_height_c; /* 6-2 */
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264.c 581 uint32_t sub_height_c = (pic_params->seq_fields.bits.chroma_format_idc > 1) ? 1 : 2; local
588 ctx->mb_height_c = 16 / sub_height_c; /* 6-2 */
    [all...]

Completed in 62 milliseconds