OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vp9_compute_rd_mult
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rd.c
138
int
vp9_compute_rd_mult
(const VP9_COMP *cpi, int qindex) {
function
260
rd->RDMULT =
vp9_compute_rd_mult
(cpi, cm->base_qindex + cm->y_dc_delta_q);
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
221
int
vp9_compute_rd_mult
(const VP9_COMP *cpi, int qindex) {
function
284
cpi->RDMULT =
vp9_compute_rd_mult
(cpi, cm->base_qindex + cm->y_dc_delta_q);
[
all
...]
Completed in 718 milliseconds