Searched refs:inter_b_modes (Results 1 - 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
H A D | ratectrl.c | 41 extern int inter_b_modes[10]; 248 vp8_copy(cc->inter_b_modes, inter_b_modes); 285 vp8_copy(inter_b_modes, cc->inter_b_modes);
|
H A D | onyx_int.h | 82 int inter_b_modes[10]; member in struct:__anon9487
|
H A D | encodeframe.c | 55 unsigned int inter_b_modes[15] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; variable 520 inter_b_modes[x->partition->bmi[b].mode] ++; 1135 unsigned int *const bct = is_key ? b_modes : inter_b_modes;
|
H A D | ethreading.c | 204 inter_b_modes[x->partition->bmi[b].mode] ++;
|
H A D | onyx_if.c | 137 extern unsigned int inter_b_modes[15]; 2358 fprintf(f, "%8d, ", inter_b_modes[i]); 2364 fprintf(f, "PB:%8d, %8d, %8d, %8d\n", inter_b_modes[LEFT4X4], inter_b_modes[ABOVE4X4], inter_b_modes[ZERO4X4], inter_b_modes[NEW4X4]);
|
Completed in 63 milliseconds