Lines Matching refs:bd

209                                 int stride, int tx_type, int bd) {
224 IHT_4[tx_type].rows(input, outptr, bd);
232 IHT_4[tx_type].cols(temp_in, temp_out, bd);
235 dest[j * stride + i], ROUND_POWER_OF_TWO(temp_out[j], 4), bd);
248 int stride, int tx_type, int bd) {
257 ht.rows(input, outptr, bd);
265 ht.cols(temp_in, temp_out, bd);
268 dest[j * stride + i], ROUND_POWER_OF_TWO(temp_out[j], 5), bd);
281 int stride, int tx_type, int bd) {
290 ht.rows(input, outptr, bd);
298 ht.cols(temp_in, temp_out, bd);
301 dest[j * stride + i], ROUND_POWER_OF_TWO(temp_out[j], 6), bd);
308 int eob, int bd) {
310 vpx_highbd_idct4x4_16_add(input, dest, stride, bd);
312 vpx_highbd_idct4x4_1_add(input, dest, stride, bd);
316 int eob, int bd) {
318 vpx_highbd_iwht4x4_16_add(input, dest, stride, bd);
320 vpx_highbd_iwht4x4_1_add(input, dest, stride, bd);
324 int eob, int bd) {
332 vpx_highbd_idct8x8_1_add(input, dest, stride, bd);
334 vpx_highbd_idct8x8_12_add(input, dest, stride, bd);
336 vpx_highbd_idct8x8_64_add(input, dest, stride, bd);
341 int stride, int eob, int bd) {
346 vpx_highbd_idct16x16_1_add(input, dest, stride, bd);
348 vpx_highbd_idct16x16_10_add(input, dest, stride, bd);
350 vpx_highbd_idct16x16_38_add(input, dest, stride, bd);
352 vpx_highbd_idct16x16_256_add(input, dest, stride, bd);
357 int stride, int eob, int bd) {
360 vpx_highbd_idct32x32_1_add(input, dest, stride, bd);
362 vpx_highbd_idct32x32_34_add(input, dest, stride, bd);
364 vpx_highbd_idct32x32_135_add(input, dest, stride, bd);
366 vpx_highbd_idct32x32_1024_add(input, dest, stride, bd);
372 uint16_t *dest, int stride, int eob, int bd) {
374 vp9_highbd_idct4x4_add(input, dest, stride, eob, bd);
376 vp9_highbd_iht4x4_16_add(input, dest, stride, tx_type, bd);
380 uint16_t *dest, int stride, int eob, int bd) {
382 vp9_highbd_idct8x8_add(input, dest, stride, eob, bd);
384 vp9_highbd_iht8x8_64_add(input, dest, stride, tx_type, bd);
389 uint16_t *dest, int stride, int eob, int bd) {
391 vp9_highbd_idct16x16_add(input, dest, stride, eob, bd);
393 vp9_highbd_iht16x16_256_add(input, dest, stride, tx_type, bd);