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

  /external/mesa3d/src/gallium/state_trackers/omx/
vid_dec_h265.c 148 vl_rbsp_u(rbsp, 2);
151 vl_rbsp_u(rbsp, 1);
154 vl_rbsp_u(rbsp, 5);
158 vl_rbsp_u(rbsp, 1);
161 vl_rbsp_u(rbsp, 1);
164 vl_rbsp_u(rbsp, 1);
167 vl_rbsp_u(rbsp, 1);
170 vl_rbsp_u(rbsp, 1);
173 vl_rbsp_u(rbsp, 16);
174 vl_rbsp_u(rbsp, 16)
    [all...]
vid_dec_h264.c 228 if (!vl_rbsp_u(rbsp, 1)) {
266 profile_idc = vl_rbsp_u(rbsp, 8);
269 vl_rbsp_u(rbsp, 1);
272 vl_rbsp_u(rbsp, 1);
275 vl_rbsp_u(rbsp, 1);
278 vl_rbsp_u(rbsp, 1);
281 vl_rbsp_u(rbsp, 1);
284 vl_rbsp_u(rbsp, 1);
287 vl_rbsp_u(rbsp, 2);
290 level_idc = vl_rbsp_u(rbsp, 8)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_rbsp.h 123 static inline unsigned vl_rbsp_u(struct vl_rbsp *rbsp, unsigned n) function
143 return (1 << bits) - 1 + vl_rbsp_u(rbsp, bits);

Completed in 79 milliseconds