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

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video_ppp.c 32 uint32_t dec_w = mb(dec->base.width); local
57 PUSH_DATA (push, (stride_in << 24) | (stride_in << 16) | (dec_h << 8) | dec_w); // 704
58 assert(dec_w == stride_in);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video_ppp.c 32 uint32_t dec_w = mb(dec->base.width); local
57 PUSH_DATA (push, (stride_in << 24) | (stride_in << 16) | (dec_h << 8) | dec_w); // 704
58 assert(dec_w == stride_in);

Completed in 316 milliseconds