Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c33 extern int y_modes[5];
200 vp8_copy(cc->y_modes, y_modes); in vp8_save_coding_context()
235 vp8_copy(y_modes, cc->y_modes); in vp8_restore_coding_context()
Donyx_int.h72 int y_modes[5]; member
Dencodeframe.c50 unsigned int y_modes[5] = { 0, 0, 0, 0, 0 }; variable
455 y_modes[xd->mbmi.mode]++; in encode_mb_row()
Donyx_if.c113 extern int y_modes[5];
2196 fprintf(f, "Y: %8d, %8d, %8d, %8d, %8d\n", y_modes[0], y_modes[1], in vp8_remove_compressor()
2197 y_modes[2], y_modes[3], y_modes[4]); in vp8_remove_compressor()
Dethreading.c178 y_modes[xd->mbmi.mode]++; in thread_encoding_proc()