Searched refs:tx_type (Results 1 - 25 of 55) sorted by relevance

123

/external/kernel-headers/original/uapi/linux/
H A Dnet_tstamp.h32 * @tx_type: one of HWTSTAMP_TX_*
43 int tx_type; member in struct:hwtstamp_config
47 /* possible values for hwtstamp_config->tx_type */
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h99 void vp9_iht4x4_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest,
101 void vp9_iht8x8_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest,
103 void vp9_iht16x16_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest,
H A Dvp9_idct.c284 int tx_type) {
299 IHT_4[tx_type].rows(input, outptr);
308 IHT_4[tx_type].cols(temp_in, temp_out);
399 int tx_type) {
404 const transform_2d ht = IHT_8[tx_type];
817 int tx_type) {
822 const transform_2d ht = IHT_16[tx_type];
1382 void vp9_iht4x4_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, argument
1384 if (tx_type == DCT_DCT)
1387 vp9_iht4x4_16_add(input, dest, stride, tx_type);
283 vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
398 vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
816 vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
1390 vp9_iht8x8_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, int stride, int eob) argument
1399 vp9_iht16x16_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, int stride, int eob) argument
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h102 void vp9_iht4x4_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest,
104 void vp9_iht8x8_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest,
106 void vp9_iht16x16_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest,
H A Dvp9_idct.c284 int tx_type) {
299 IHT_4[tx_type].rows(input, outptr);
308 IHT_4[tx_type].cols(temp_in, temp_out);
399 int tx_type) {
404 const transform_2d ht = IHT_8[tx_type];
817 int tx_type) {
822 const transform_2d ht = IHT_16[tx_type];
1382 void vp9_iht4x4_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, argument
1384 if (tx_type == DCT_DCT)
1387 vp9_iht4x4_16_add(input, dest, stride, tx_type);
283 vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
398 vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
816 vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *dest, int stride, int tx_type) argument
1390 vp9_iht8x8_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, int stride, int eob) argument
1399 vp9_iht16x16_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, int stride, int eob) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dfdct8x8_test.cc35 int tx_type);
37 int tx_type);
42 void fdct8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
46 void fht8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
47 vp9_fht8x8_c(in, out, stride, tx_type);
H A Dfdct4x4_test.cc36 int tx_type);
38 int tx_type);
43 void fdct4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
47 void fht4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
48 vp9_fht4x4_c(in, out, stride, tx_type);
51 void fwht4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
H A Ddct16x16_test.cc264 int tx_type);
266 int tx_type);
271 void fdct16x16_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
275 void fht16x16_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
276 vp9_fht16x16_c(in, out, stride, tx_type);
/external/libvpx/libvpx/test/
H A Dfdct4x4_test.cc36 int tx_type);
38 int tx_type);
43 void fdct4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
47 void fht4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
48 vp9_fht4x4_c(in, out, stride, tx_type);
H A Dfdct8x8_test.cc35 int tx_type);
37 int tx_type);
42 void fdct8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
46 void fht8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
47 vp9_fht8x8_c(in, out, stride, tx_type);
H A Ddct16x16_test.cc264 int tx_type);
266 int tx_type);
271 void fdct16x16_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
275 void fht16x16_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { argument
276 vp9_fht16x16_c(in, out, stride, tx_type);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemb.c475 TX_TYPE tx_type; local
511 tx_type = get_tx_type(pd->plane_type, xd);
512 scan_order = &vp9_scan_orders[TX_16X16][tx_type];
521 vp9_fht16x16(src_diff, coeff, diff_stride, tx_type);
528 vp9_iht16x16_add(tx_type, dqcoeff, dst, dst_stride, *eob);
531 tx_type = get_tx_type(pd->plane_type, xd);
532 scan_order = &vp9_scan_orders[TX_8X8][tx_type];
541 vp9_fht8x8(src_diff, coeff, diff_stride, tx_type);
548 vp9_iht8x8_add(tx_type, dqcoeff, dst, dst_stride, *eob);
551 tx_type
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c487 TX_TYPE tx_type; local
523 tx_type = get_tx_type(pd->plane_type, xd);
524 scan_order = &vp9_scan_orders[TX_16X16][tx_type];
533 vp9_fht16x16(src_diff, coeff, diff_stride, tx_type);
540 vp9_iht16x16_add(tx_type, dqcoeff, dst, dst_stride, *eob);
543 tx_type = get_tx_type(pd->plane_type, xd);
544 scan_order = &vp9_scan_orders[TX_8X8][tx_type];
553 vp9_fht8x8(src_diff, coeff, diff_stride, tx_type);
560 vp9_iht8x8_add(tx_type, dqcoeff, dst, dst_stride, *eob);
563 tx_type
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c366 int dest_stride, int tx_type) {
380 switch (tx_type) {
434 printf("vp9_short_iht4x4_add_dspr2 : Invalid tx_type\n");
365 vp9_iht4x4_16_add_dspr2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type) argument
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c366 int dest_stride, int tx_type) {
380 switch (tx_type) {
434 printf("vp9_short_iht4x4_add_dspr2 : Invalid tx_type\n");
365 vp9_iht4x4_16_add_dspr2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type) argument
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
H A Dvp9_rtcd.h223 void vp9_fht16x16_c(const int16_t *input, int16_t *output, int stride, int tx_type);
224 void vp9_fht16x16_sse2(const int16_t *input, int16_t *output, int stride, int tx_type);
225 RTCD_EXTERN void (*vp9_fht16x16)(const int16_t *input, int16_t *output, int stride, int tx_type);
227 void vp9_fht4x4_c(const int16_t *input, int16_t *output, int stride, int tx_type);
228 void vp9_fht4x4_sse2(const int16_t *input, int16_t *output, int stride, int tx_type);
229 RTCD_EXTERN void (*vp9_fht4x4)(const int16_t *input, int16_t *output, int stride, int tx_type);
231 void vp9_fht8x8_c(const int16_t *input, int16_t *output, int stride, int tx_type);
232 void vp9_fht8x8_sse2(const int16_t *input, int16_t *output, int stride, int tx_type);
233 RTCD_EXTERN void (*vp9_fht8x8)(const int16_t *input, int16_t *output, int stride, int tx_type);
307 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_iht4x4_add_neon.asm143 ; int dest_stride, int tx_type)
148 ; r3 int tx_type)
149 ; This function will only handle tx_type of 1,2,3.
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_iht4x4_add_neon.asm143 ; int dest_stride, int tx_type)
148 ; r3 int tx_type)
149 ; This function will only handle tx_type of 1,2,3.
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
H A Dvp9_rtcd.h213 void vp9_fht16x16_c(const int16_t *input, int16_t *output, int stride, int tx_type);
216 void vp9_fht4x4_c(const int16_t *input, int16_t *output, int stride, int tx_type);
219 void vp9_fht8x8_c(const int16_t *input, int16_t *output, int stride, int tx_type);
294 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
297 void vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
298 void vp9_iht4x4_16_add_neon(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
299 RTCD_EXTERN void (*vp9_iht4x4_16_add)(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
301 void vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
302 void vp9_iht8x8_64_add_neon(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
303 RTCD_EXTERN void (*vp9_iht8x8_64_add)(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c197 TX_TYPE tx_type; local
202 tx_type = get_tx_type_4x4(plane_type, xd, block);
203 if (tx_type == DCT_DCT)
206 vp9_iht4x4_16_add(dqcoeff, dst, stride, tx_type);
209 tx_type = get_tx_type(plane_type, xd);
210 vp9_iht8x8_add(tx_type, dqcoeff, dst, stride, eob);
213 tx_type = get_tx_type(plane_type, xd);
214 vp9_iht16x16_add(tx_type, dqcoeff, dst, stride, eob);
217 tx_type = DCT_DCT;
227 if (tx_type
[all...]
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c195 TX_TYPE tx_type; local
200 tx_type = get_tx_type_4x4(plane_type, xd, block);
201 if (tx_type == DCT_DCT)
204 vp9_iht4x4_16_add(dqcoeff, dst, stride, tx_type);
207 tx_type = get_tx_type(plane_type, xd);
208 vp9_iht8x8_add(tx_type, dqcoeff, dst, stride, eob);
211 tx_type = get_tx_type(plane_type, xd);
212 vp9_iht16x16_add(tx_type, dqcoeff, dst, stride, eob);
215 tx_type = DCT_DCT;
225 if (tx_type
[all...]
/external/libvpx/mips-dspr2/
H A Dvp9_rtcd.h217 void vp9_fht16x16_c(const int16_t *input, int16_t *output, int stride, int tx_type);
220 void vp9_fht4x4_c(const int16_t *input, int16_t *output, int stride, int tx_type);
223 void vp9_fht8x8_c(const int16_t *input, int16_t *output, int stride, int tx_type);
303 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
304 void vp9_iht16x16_256_add_dspr2(const int16_t *input, uint8_t *output, int pitch, int tx_type);
307 void vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
308 void vp9_iht4x4_16_add_dspr2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
311 void vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
312 void vp9_iht8x8_64_add_dspr2(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp9_rtcd.h205 void vp9_fht16x16_c(const int16_t *input, int16_t *output, int stride, int tx_type);
208 void vp9_fht4x4_c(const int16_t *input, int16_t *output, int stride, int tx_type);
211 void vp9_fht8x8_c(const int16_t *input, int16_t *output, int stride, int tx_type);
271 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
274 void vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
277 void vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp9_rtcd.h205 void vp9_fht16x16_c(const int16_t *input, int16_t *output, int stride, int tx_type);
208 void vp9_fht4x4_c(const int16_t *input, int16_t *output, int stride, int tx_type);
211 void vp9_fht8x8_c(const int16_t *input, int16_t *output, int stride, int tx_type);
271 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
274 void vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
277 void vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
/external/chromium_org/third_party/libvpx/source/config/linux/generic/
H A Dvp9_rtcd.h205 void vp9_fht16x16_c(const int16_t *input, int16_t *output, int stride, int tx_type);
208 void vp9_fht4x4_c(const int16_t *input, int16_t *output, int stride, int tx_type);
211 void vp9_fht8x8_c(const int16_t *input, int16_t *output, int stride, int tx_type);
271 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *output, int pitch, int tx_type);
274 void vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);
277 void vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int dest_stride, int tx_type);

Completed in 443 milliseconds

123