HomeSort by relevance Sort by last modified time
    Searched refs:prototype_dequant_idct_add_uv_block (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/decoder/arm/
dequantize_arm.h 21 extern prototype_dequant_idct_add_uv_block(vp8_dequant_idct_add_uv_block_v6);
50 extern prototype_dequant_idct_add_uv_block(vp8_dequant_idct_add_uv_block_neon);
  /external/libvpx/vp8/decoder/x86/
dequantize_x86.h 28 extern prototype_dequant_idct_add_uv_block(vp8_dequant_idct_add_uv_block_mmx);
55 extern prototype_dequant_idct_add_uv_block(vp8_dequant_idct_add_uv_block_sse2);
  /external/libvpx/vp8/decoder/
dequantize.h 40 #define prototype_dequant_idct_add_uv_block(sym) \ macro
81 extern prototype_dequant_idct_add_uv_block(vp8_dequant_idct_add_uv_block);
94 typedef prototype_dequant_idct_add_uv_block((*vp8_dequant_idct_add_uv_block_fn_t)); typedef

Completed in 43 milliseconds