Home
last modified time | relevance | path

Searched refs:INVALID_ROW (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h44 #define INVALID_ROW -1 macro
Dvp9_multi_thread.c186 this_tile->fp_data.image_data_start_row = INVALID_ROW; in vp9_multi_thread_tile_init()
Dvp9_ethread.c257 tile_data_t->fp_data.image_data_start_row) == INVALID_ROW in accumulate_fp_tile_stat()
429 fp_acc_data.image_data_start_row = INVALID_ROW; in first_pass_worker_hook()
Dvp9_firstpass.c713 (fp_acc_data->image_data_start_row == INVALID_ROW)) { in first_pass_stat_calc()
805 fp_acc_data->image_data_start_row) == INVALID_ROW in accumulate_fp_mb_row_stat()
944 (fp_acc_data->image_data_start_row == INVALID_ROW)) { in vp9_first_pass_encode_tile_mb_row()
1356 fp_acc_data->image_data_start_row = INVALID_ROW; in vp9_first_pass()
/external/libaom/libaom/av1/encoder/
Dfirstpass.c320 #define INVALID_ROW -1 macro
351 int image_data_start_row = INVALID_ROW; in av1_first_pass()
480 } else if ((mb_col > 0) && (image_data_start_row == INVALID_ROW)) { in av1_first_pass()
737 (image_data_start_row == INVALID_ROW)) { in av1_first_pass()