/external/libvpx/libvpx/vp8/encoder/ |
ratectrl.c | 35 extern int b_modes[10]; 202 vp8_copy(cc->b_modes, b_modes); 237 vp8_copy(b_modes, cc->b_modes); [all...] |
onyx_int.h | 74 int b_modes[10]; member in struct:__anon24491
|
encodeframe.c | 55 unsigned int b_modes[14] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; variable 1041 unsigned int *const bct = is_key ? b_modes : inter_b_modes; [all...] |
onyx_if.c | 119 extern int b_modes[10]; [all...] |