Searched refs:inter_uv_modes (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | ratectrl.c | 38 extern int inter_uv_modes[4]; 204 vp8_copy(cc->inter_uv_modes, inter_uv_modes); in vp8_save_coding_context() 239 vp8_copy(inter_uv_modes, cc->inter_uv_modes); in vp8_restore_coding_context()
|
D | onyx_int.h | 76 int inter_uv_modes[4]; member
|
D | encodeframe.c | 46 unsigned int inter_uv_modes[4] = { 0, 0, 0, 0 }; variable 1035 ++(is_key ? uv_modes : inter_uv_modes)[uvm]; in sum_intra_stats()
|
D | onyx_if.c | 118 extern int inter_uv_modes[4]; 2215 fprintf(f, "UV:%8d, %8d, %8d, %8d\n", inter_uv_modes[0], in vp8_remove_compressor() 2216 inter_uv_modes[1], inter_uv_modes[2], inter_uv_modes[3]); in vp8_remove_compressor()
|