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

  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c 641 uint32_t sub_width_c = (pic_params->seq_fields.bits.chroma_format_idc > 2) ? 1 : 2; local
648 ctx->mb_width_c = 16 / sub_width_c; /* 6-1 */
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264.c 580 uint32_t sub_width_c = (pic_params->seq_fields.bits.chroma_format_idc > 2) ? 1 : 2; local
587 ctx->mb_width_c = 16 / sub_width_c; /* 6-1 */
    [all...]

Completed in 42 milliseconds