/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
ethreading.c | 70 TOKENEXTRA *tp_start = cpi->tok + (1 + ithread) * (16 * 24); local 130 tp = tp_start; 248 int tok_count = tp - tp_start; 249 pack_tokens(w, tp_start, tok_count);
|
encodeframe.c | 380 TOKENEXTRA * tp_start = cpi->tok; local 563 int tok_count = *tp - tp_start; 564 pack_tokens(w, tp_start, tok_count); [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
ethreading.c | 70 TOKENEXTRA *tp_start = cpi->tok + (1 + ithread) * (16 * 24); local 130 tp = tp_start; 248 int tok_count = tp - tp_start; 249 pack_tokens(w, tp_start, tok_count);
|
encodeframe.c | 380 TOKENEXTRA * tp_start = cpi->tok; local 563 int tok_count = *tp - tp_start; 564 pack_tokens(w, tp_start, tok_count); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
ethreading.c | 70 TOKENEXTRA *tp_start = cpi->tok + (1 + ithread) * (16 * 24); local 130 tp = tp_start; 248 int tok_count = tp - tp_start; 249 pack_tokens(w, tp_start, tok_count);
|
encodeframe.c | 381 TOKENEXTRA * tp_start = cpi->tok; local 564 int tok_count = *tp - tp_start; 565 pack_tokens(w, tp_start, tok_count); [all...] |