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

  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 161 int final_eob; local
343 final_eob = i0 - 1;
346 if (x) final_eob = i;
353 final_eob++;
355 *a = *l = (final_eob != !type);
356 *d->eob = (char)final_eob;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 125 int pt, i, final_eob; local
313 final_eob = -1;
318 if (x) final_eob = i;
324 final_eob++;
326 mb->plane[plane].eobs[block] = final_eob;
327 return final_eob;
    [all...]

Completed in 965 milliseconds