HomeSort by relevance Sort by last modified time
    Searched refs:get_plane_type (Results 1 - 15 of 15) 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/libaom/libaom/av1/common/
blockd.c 98 xd->plane[i].plane_type = get_plane_type(i);
blockd.h     [all...]
  /external/libaom/libaom/av1/encoder/
rdopt.h 80 const PLANE_TYPE plane_type = get_plane_type(plane);
encodetxb.c 514 const PLANE_TYPE plane_type = get_plane_type(plane);
838 const PLANE_TYPE plane_type = get_plane_type(plane);
    [all...]
encodemb.c 565 PLANE_TYPE plane_type = get_plane_type(plane);
rdopt.c     [all...]
bitstream.c 812 PLANE_TYPE plane_type = get_plane_type(plane);
    [all...]
  /external/libaom/libaom/av1/decoder/
decodetxb.c 119 const PLANE_TYPE plane_type = get_plane_type(plane);
350 PLANE_TYPE plane_type = get_plane_type(plane);
decodeframe.c 223 PLANE_TYPE plane_type = get_plane_type(plane);
252 PLANE_TYPE plane_type = get_plane_type(plane);
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 203 static INLINE PLANE_TYPE get_plane_type(int plane) { function
vp9_onyxc_int.h 336 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 72 const PLANE_TYPE plane_type = get_plane_type(plane);
787 tx_type = get_tx_type_4x4(get_plane_type(plane), xd, block);
795 tx_type = get_tx_type(get_plane_type(plane), xd);
    [all...]
vp9_rdopt.c 360 const PLANE_TYPE type = get_plane_type(plane);
796 args.so = get_scan(xd, tx_size, get_plane_type(plane), 0);
    [all...]

Completed in 664 milliseconds