OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mt_yleft_col
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/decoder/
onyxd_int.h
93
unsigned char **
mt_yleft_col
; /* mb_rows x 16 */
member in struct:VP8D_COMP
threading.c
374
xd->recon_left[0] = pbi->
mt_yleft_col
[mb_row];
513
pbi->
mt_yleft_col
[mb_row][i] = xd->dst.y_buffer [i* recon_y_stride + 15];
739
if (pbi->
mt_yleft_col
)
743
vpx_free(pbi->
mt_yleft_col
[i]);
744
pbi->
mt_yleft_col
[i] = NULL ;
746
vpx_free(pbi->
mt_yleft_col
);
747
pbi->
mt_yleft_col
= NULL ;
813
CALLOC_ARRAY(pbi->
mt_yleft_col
, pc->mb_rows);
815
CHECK_MEM_ERROR(pbi->
mt_yleft_col
[i], vpx_calloc(sizeof(unsigned char) * 16, 1));
891
vpx_memset(pbi->
mt_yleft_col
[j], (unsigned char)129, 16)
[
all
...]
Completed in 33 milliseconds