Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c35 extern int y_modes[5];
243 vp8_copy(cc->y_modes, y_modes); in vp8_save_coding_context()
280 vp8_copy(y_modes, cc->y_modes); in vp8_restore_coding_context()
Donyx_int.h80 int y_modes[5]; member
Dencodeframe.c56 unsigned int y_modes[5] = {0, 0, 0, 0, 0}; variable
505 y_modes[xd->mbmi.mode] ++; in encode_mb_row()
Dethreading.c188 y_modes[xd->mbmi.mode] ++; in thread_encoding_proc()
Donyx_if.c128 extern int y_modes[5] ;
2288 …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()