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

  /external/webp/src/dec/
frame.c 260 const int is_last_row = (mb_y >= dec->br_mb_y_ - 1); local
288 if (!is_last_row) {
330 if (!is_last_row) {
  /external/webp/src/enc/
picture_csp.c 491 const int is_last_row = (j == picture->height - 1); local
502 if (!is_last_row) {
    [all...]

Completed in 39 milliseconds