HomeSort by relevance Sort by last modified time
    Searched defs:tx_type (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 533 TX_TYPE tx_type; local
577 tx_type = get_tx_type_16x16(pd->plane_type, xd);
578 scan = get_scan_16x16(tx_type);
579 iscan = get_iscan_16x16(tx_type);
592 vp9_fht16x16(tx_type, src_diff, coeff, bw * 4);
598 vp9_iht16x16_add(tx_type, dqcoeff, dst, pd->dst.stride, *eob);
601 tx_type = get_tx_type_8x8(pd->plane_type, xd);
602 scan = get_scan_8x8(tx_type);
603 iscan = get_iscan_8x8(tx_type);
    [all...]
vp9_rdopt.c 1078 TX_TYPE tx_type; local
1110 dst, pd->dst.stride, tx_type); local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 249 TX_TYPE tx_type; local
257 tx_type = get_tx_type_4x4(plane_type, xd, block);
258 if (tx_type == DCT_DCT)
261 vp9_iht4x4_16_add(dqcoeff, dst, stride, tx_type);
264 tx_type = get_tx_type_8x8(plane_type, xd);
265 vp9_iht8x8_add(tx_type, dqcoeff, dst, stride, eob);
268 tx_type = get_tx_type_16x16(plane_type, xd);
269 vp9_iht16x16_add(tx_type, dqcoeff, dst, stride, eob);
272 tx_type = DCT_DCT
    [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 2991 int tx_type; member in struct:vki_hwtstamp_config
    [all...]

Completed in 444 milliseconds