OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_get_coef_neighbors_handle
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropy.h
193
const int16_t *
vp9_get_coef_neighbors_handle
(const int16_t *scan);
vp9_entropy.c
572
const int16_t *
vp9_get_coef_neighbors_handle
(const int16_t *scan) {
function
/external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c
110
nb =
vp9_get_coef_neighbors_handle
(scan);
/external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c
144
nb =
vp9_get_coef_neighbors_handle
(scan);
vp9_encodemb.c
216
nb =
vp9_get_coef_neighbors_handle
(scan);
vp9_rdopt.c
[
all
...]
Completed in 32 milliseconds