Searched refs:uv_modes (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | ratectrl.c | 34 extern int uv_modes[4]; 201 vp8_copy(cc->uv_modes, uv_modes); in vp8_save_coding_context() 236 vp8_copy(uv_modes, cc->uv_modes); in vp8_restore_coding_context()
|
D | onyx_int.h | 78 int uv_modes[4]; member
|
D | encodeframe.c | 51 unsigned int uv_modes[4] = { 0, 0, 0, 0 }; variable 1031 ++(is_key ? uv_modes : inter_uv_modes)[uvm]; in sum_intra_stats()
|
D | onyx_if.c | 112 extern int uv_modes[4]; 2194 fprintf(f, "UV:%8d, %8d, %8d, %8d\n", uv_modes[0], uv_modes[1], in vp8_remove_compressor() 2195 uv_modes[2], uv_modes[3]); in vp8_remove_compressor()
|