Searched refs:uv_modes (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | ratectrl.c | 36 extern int uv_modes[4]; 244 vp8_copy(cc->uv_modes, uv_modes); in vp8_save_coding_context() 281 vp8_copy(uv_modes, cc->uv_modes); in vp8_restore_coding_context()
|
D | onyx_int.h | 81 int uv_modes[4]; member
|
D | encodeframe.c | 57 unsigned int uv_modes[4] = {0, 0, 0, 0}; variable 1119 ++ (is_key ? uv_modes : inter_uv_modes)[uvm]; in sum_intra_stats()
|
D | onyx_if.c | 129 extern int uv_modes[4] ; 2289 … fprintf(f, "UV:%8d, %8d, %8d, %8d\n", uv_modes[0], uv_modes[1], uv_modes[2], uv_modes[3]); in vp8_remove_compressor()
|