OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mt_uleft_col
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/decoder/
onyxd_int.h
94
unsigned char **
mt_uleft_col
; /* mb_rows x 8 */
member in struct:VP8D_COMP
threading.c
375
xd->recon_left[1] = pbi->
mt_uleft_col
[mb_row];
516
pbi->
mt_uleft_col
[mb_row][i] = xd->dst.u_buffer [i* recon_uv_stride + 7];
750
if (pbi->
mt_uleft_col
)
754
vpx_free(pbi->
mt_uleft_col
[i]);
755
pbi->
mt_uleft_col
[i] = NULL ;
757
vpx_free(pbi->
mt_uleft_col
);
758
pbi->
mt_uleft_col
= NULL ;
817
CALLOC_ARRAY(pbi->
mt_uleft_col
, pc->mb_rows);
819
CHECK_MEM_ERROR(pbi->
mt_uleft_col
[i], vpx_calloc(sizeof(unsigned char) * 8, 1));
892
vpx_memset(pbi->
mt_uleft_col
[j], (unsigned char)129, 8)
[
all
...]
Completed in 25 milliseconds