Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c36 extern int y_modes[5];
244 vp8_copy(cc->y_modes, y_modes); in vp8_save_coding_context()
281 vp8_copy(y_modes, cc->y_modes); in vp8_restore_coding_context()
Donyx_int.h77 int y_modes[5]; member
Dencodeframe.c57 unsigned int y_modes[5] = {0, 0, 0, 0, 0}; variable
506 y_modes[xd->mbmi.mode] ++; in encode_mb_row()
Dethreading.c186 y_modes[xd->mbmi.mode] ++; in thread_encoding_proc()
Donyx_if.c115 extern int y_modes[5] ;
2359 …fprintf(f, "Y: %8d, %8d, %8d, %8d, %8d\n", y_modes[0], y_modes[1], y_modes[2], y_modes[3], y_modes in vp8_remove_compressor()