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

  /external/webp/src/dec/
frame_dec.c 418 const int is_last_row = (mb_y >= dec->br_mb_y_ - 1); local
446 if (!is_last_row) {
487 if (!is_last_row) {
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1842 const int is_last_row = (sb_rows - 1 == mi_row >> MI_BLOCK_SIZE_LOG2); local
1916 const int is_last_row = (sb_rows - 1 == mi_row >> MI_BLOCK_SIZE_LOG2); local
    [all...]
  /external/webp/src/enc/
picture_csp_enc.c 484 const int is_last_row = (j == picture->height - 1); local
490 if (!is_last_row) {
    [all...]

Completed in 1631 milliseconds