Searched refs:RTCD (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | encodeframe.c | 34 #define RTCD(x) &cpi->common.rtcd.x macro 37 #define RTCD(x) NULL macro
|
D | onyx_if.c | 43 #define RTCD(x) &cpi->common.rtcd.x macro 46 #define RTCD(x) NULL macro 3779 vp8_de_noise(cpi->Source, cpi->Source, l , 1, 0, RTCD(postproc)); in encode_frame_to_data_rate() 3783 vp8_de_noise(cpi->Source, cpi->Source, l , 1, 0, RTCD(postproc)); in encode_frame_to_data_rate()
|