OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mt_vleft_col
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/decoder/
onyxd_int.h
108
unsigned char **
mt_vleft_col
; /* mb_rows x 8 */
member in struct:VP8Decompressor
threading.c
345
pbi->
mt_vleft_col
[mb_row][i] = xd->dst.v_buffer [i* recon_uv_stride + 7];
530
if (pbi->
mt_vleft_col
)
534
vpx_free(pbi->
mt_vleft_col
[i]);
535
pbi->
mt_vleft_col
[i] = NULL ;
537
vpx_free(pbi->
mt_vleft_col
);
538
pbi->
mt_vleft_col
= NULL ;
590
CHECK_MEM_ERROR(pbi->
mt_vleft_col
, vpx_malloc(sizeof(unsigned char *) * pc->mb_rows));
592
CHECK_MEM_ERROR(pbi->
mt_vleft_col
[i], vpx_calloc(sizeof(unsigned char) * 8, 1));
716
vpx_memset(pbi->
mt_vleft_col
[i], (unsigned char)129, 8);
[
all
...]
reconintra_mt.c
305
vleft_col = pbi->
mt_vleft_col
[mb_row];
462
vleft_col = pbi->
mt_vleft_col
[mb_row];
Completed in 874 milliseconds