Home
last modified time | relevance | path

Searched refs:buf_idx (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h582 const int buf_idx = get_ref_frame_buf_idx(cpi, ref_frame); in get_ref_frame_buffer() local
584 buf_idx != INVALID_IDX ? &cm->buffer_pool->frame_bufs[buf_idx].buf : NULL; in get_ref_frame_buffer()
Dvp9_encoder.c2882 const int buf_idx = get_ref_frame_buf_idx(cpi, ref_frame); local
2883 RefCntBuffer *const buf = &pool->frame_bufs[buf_idx];
2886 cpi->scaled_ref_idx[ref_frame - 1] = buf_idx;
3199 const int buf_idx = get_ref_frame_buf_idx(cpi, ref_frame); local
3201 ref_buf->idx = buf_idx;
3203 if (buf_idx != INVALID_IDX) {
3204 YV12_BUFFER_CONFIG *const buf = &cm->buffer_pool->frame_bufs[buf_idx].buf;
/external/libdrm/include/drm/
Dradeon_drm.h202 unsigned char cmd_type, buf_idx, pad0, pad1; member
266 unsigned char cmd_type, buf_idx, pad0, pad1; member
/external/kernel-headers/original/uapi/drm/
Dradeon_drm.h202 unsigned char cmd_type, buf_idx, pad0, pad1; member
266 unsigned char cmd_type, buf_idx, pad0, pad1; member
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_sanity.c1030 idx = header.dma.buf_idx; in radeonSanityCmdBuffer()
/external/opencv/ml/src/
Dmltree.cpp815 node->buf_idx = storage_idx; in new_node()
961 return (CvPair32s32f*)(buf->data.i + n->buf_idx*buf->cols + in get_ord_var_data()
988 return buf->data.i + n->buf_idx*buf->cols + n->offset + in get_cat_var_data()
995 int idx = n->buf_idx + 1; in get_child_buf_idx()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_sanity.c1397 idx = header.dma.buf_idx; in r200SanityCmdBuffer()
/external/opencv/ml/include/
Dml.h687 int buf_idx; member