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 427 const int is_last_row = (mb_y >= dec->br_mb_y_ - 1); local
455 if (!is_last_row) {
497 if (!is_last_row) {
  /external/webp/src/enc/
picture_csp.c 462 const int is_last_row = (j == picture->height - 1); local
473 if (!is_last_row) {
    [all...]

Completed in 60 milliseconds