Home
last modified time | relevance | path

Searched refs:RCB_ALLINE_SIZE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/inc/
H A Dvdpu34x_com.h32 #define RCB_ALLINE_SIZE (64) macro
34 #define MPP_RCB_BYTES(bits) MPP_ALIGN((bits + 7) / 8, RCB_ALLINE_SIZE)
H A Dvdpu382_com.h32 #define RCB_ALLINE_SIZE (64) macro
34 #define MPP_RCB_BYTES(bits) MPP_ALIGN((bits + 7) / 8, RCB_ALLINE_SIZE)
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/
H A Dvdpu34x_com.c48 buf_size = MPP_ALIGN(len * rcb_coeff[idx], RCB_ALLINE_SIZE); in update_size_offset()
H A Dvdpu382_com.c48 buf_size = MPP_ALIGN(len * rcb_coeff[idx], RCB_ALLINE_SIZE); in update_size_offset()