Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dratectrl.c37 extern int uv_modes[4];
245 vp8_copy(cc->uv_modes, uv_modes); in vp8_save_coding_context()
282 vp8_copy(uv_modes, cc->uv_modes); in vp8_restore_coding_context()
Donyx_int.h78 int uv_modes[4]; member
Dencodeframe.c58 unsigned int uv_modes[4] = {0, 0, 0, 0}; variable
1140 ++ (is_key ? uv_modes : inter_uv_modes)[uvm]; in sum_intra_stats()
Donyx_if.c116 extern int uv_modes[4] ;
2360 … fprintf(f, "UV:%8d, %8d, %8d, %8d\n", uv_modes[0], uv_modes[1], uv_modes[2], uv_modes[3]); in vp8_remove_compressor()