OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_plane_type
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c
251
eob = decode_coefs(xd,
get_plane_type
(plane), pd->dqcoeff, tx_size,
259
eob = decode_coefs(xd,
get_plane_type
(plane), pd->dqcoeff, tx_size,
268
eob = decode_coefs(xd,
get_plane_type
(plane), pd->dqcoeff, tx_size,
280
eob = decode_coefs(xd,
get_plane_type
(plane), pd->dqcoeff, tx_size,
/external/libvpx/libvpx/vp9/common/
vp9_blockd.h
198
static INLINE PLANE_TYPE
get_plane_type
(int plane) {
function
vp9_onyxc_int.h
358
if (
get_plane_type
(i) == PLANE_TYPE_Y) {
/external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c
364
const PLANE_TYPE type =
get_plane_type
(plane);
vp9_encodemb.c
107
const PLANE_TYPE type =
get_plane_type
(plane);
784
tx_type = get_tx_type_4x4(
get_plane_type
(plane), xd, block);
792
tx_type = get_tx_type(
get_plane_type
(plane), xd);
[
all
...]
vp9_rdopt.c
358
const PLANE_TYPE type =
get_plane_type
(plane);
798
args.so = get_scan(xd, tx_size,
get_plane_type
(plane), 0);
[
all
...]
Completed in 68 milliseconds