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 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/decoder/
onyxd_int.h
95
unsigned char **
mt_vleft_col
; /* mb_rows x 8 */
member in struct:VP8D_COMP
threading.c
376
xd->recon_left[2] = pbi->
mt_vleft_col
[mb_row];
517
pbi->
mt_vleft_col
[mb_row][i] = xd->dst.v_buffer [i* recon_uv_stride + 7];
761
if (pbi->
mt_vleft_col
)
765
vpx_free(pbi->
mt_vleft_col
[i]);
766
pbi->
mt_vleft_col
[i] = NULL ;
768
vpx_free(pbi->
mt_vleft_col
);
769
pbi->
mt_vleft_col
= NULL ;
821
CALLOC_ARRAY(pbi->
mt_vleft_col
, pc->mb_rows);
823
CHECK_MEM_ERROR(pbi->
mt_vleft_col
[i], vpx_calloc(sizeof(unsigned char) * 8, 1));
893
vpx_memset(pbi->
mt_vleft_col
[j], (unsigned char)129, 8)
[
all
...]
Completed in 25 milliseconds