Home
last modified time | relevance | path

Searched refs:uv_modes (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c36 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()
Donyx_int.h81 int uv_modes[4]; member
Dencodeframe.c57 unsigned int uv_modes[4] = {0, 0, 0, 0}; variable
1119 ++ (is_key ? uv_modes : inter_uv_modes)[uvm]; in sum_intra_stats()
Donyx_if.c129 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()