Searched refs:MB_ROW_COMP (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dethreading.c53 MB_ROW_COMP *mbri = (MB_ROW_COMP *)(((ENCODETHREAD_DATA *)p_data)->ptr2);
452 MB_ROW_COMP *mbr_ei,
545 vpx_memalign(32, sizeof(MB_ROW_COMP) * th_count));
546 vpx_memset(cpi->mb_row_ei, 0, sizeof(MB_ROW_COMP) * th_count);
H A Donyx_int.h203 } MB_ROW_COMP; typedef in typeref:struct:__anon13091
532 MB_ROW_COMP *mb_row_ei;
H A Dencodeframe.c48 MB_ROW_COMP *mbr_ei,
/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c53 MB_ROW_COMP *mbri = (MB_ROW_COMP *)(((ENCODETHREAD_DATA *)p_data)->ptr2);
437 MB_ROW_COMP *mbr_ei,
530 vpx_memalign(32, sizeof(MB_ROW_COMP) * th_count));
531 vpx_memset(cpi->mb_row_ei, 0, sizeof(MB_ROW_COMP) * th_count);
H A Donyx_int.h206 } MB_ROW_COMP; typedef in typeref:struct:__anon24881
533 MB_ROW_COMP *mb_row_ei;
H A Dencodeframe.c48 MB_ROW_COMP *mbr_ei,

Completed in 1850 milliseconds