Home
last modified time | relevance | path

Searched refs:is_first_row (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dindeo3.c351 if (is_first_row) {/* special prediction case: top line of a cell */\
439 int skip_flag = 0, is_top_of_cell, is_first_row = 1; in decode_cell_data() local
448 for (y = 0; y < cell->height; is_first_row = 0, y += 1 + v_zoom) { in decode_cell_data()
463 is_top_of_cell = is_first_row && !line; in decode_cell_data()
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dframe_dec.c417 const int is_first_row = (mb_y == 0); in FinishRow() local
435 if (!is_first_row) { in FinishRow()

Completed in 4 milliseconds