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

  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 1077 int i, width_in_mbs, height_in_mbs; local
    [all...]
mpeg2vaenc.c 1093 int i, width_in_mbs, height_in_mbs; local
    [all...]
avcenc.c 1405 int width_in_mbs = (width + 15) \/ 16; local
    [all...]
  /external/libvncserver/libvncclient/
h264.c 504 unsigned int width_in_mbs = (width + 15) / 16; local
508 p->picture_width_in_mbs_minus1 = width_in_mbs - 1;
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 2996 int width_in_mbs = (width + 15) \/ 16; local
    [all...]

Completed in 195 milliseconds