Searched refs:y_modes (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | ratectrl.c | 35 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()
|
D | onyx_int.h | 80 int y_modes[5]; member
|
D | encodeframe.c | 56 unsigned int y_modes[5] = {0, 0, 0, 0, 0}; variable 505 y_modes[xd->mbmi.mode] ++; in encode_mb_row()
|
D | ethreading.c | 188 y_modes[xd->mbmi.mode] ++; in thread_encoding_proc()
|
D | onyx_if.c | 128 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()
|