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

  /external/libvpx/libvpx/vp9/common/
vp9_filter.h 34 typedef uint8_t INTERP_FILTER;
vp9_blockd.h 80 INTERP_FILTER interp_filter; member in struct:__anon17172
vp9_onyxc_int.h 228 INTERP_FILTER interp_filter; member in struct:VP9Common
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_filter.h 36 } INTERP_FILTER;
40 const InterpKernel *vp9_get_interp_kernel(INTERP_FILTER filter);
vp9_filter.c 102 const InterpKernel *vp9_get_interp_kernel(INTERP_FILTER filter) {
vp9_blockd.h 139 INTERP_FILTER interp_filter; member in struct:__anon30651
vp9_onyxc_int.h 159 INTERP_FILTER interp_filter; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/encoder/
vp9_context_tree.h 72 INTERP_FILTER pred_interp_filter;
vp9_speed_features.h 401 INTERP_FILTER default_interp_filter;
407 // adaptive interp_filter search to allow skip of certain filter types.
410 // mask for skip evaluation of certain interp_filter type.
vp9_pickmode.c     [all...]
vp9_rdopt.c     [all...]
vp9_bitstream.c 302 if (cm->interp_filter == SWITCHABLE) {
306 &switchable_interp_encodings[mbmi->interp_filter]);
307 ++cpi->interp_filter_selected[0][mbmi->interp_filter];
309 assert(mbmi->interp_filter == cm->interp_filter);
851 static void write_interp_filter(INTERP_FILTER filter,
861 if (cm->interp_filter == SWITCHABLE) {
875 cm->interp_filter = i;
    [all...]
vp9_encodeframe.c 739 mbmi->interp_filter = BILINEAR;
    [all...]
vp9_encoder.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 63 INTERP_FILTER pred_interp_filter;
vp9_rdopt.c     [all...]
vp9_bitstream.c 295 if (cm->interp_filter == SWITCHABLE) {
299 &switchable_interp_encodings[mbmi->interp_filter]);
301 assert(mbmi->interp_filter == cm->interp_filter);
841 static void write_interp_filter(INTERP_FILTER filter,
851 if (cm->interp_filter == SWITCHABLE) {
865 cm->interp_filter = i;
    [all...]
  /external/libvpx/libvpx/test/
convolve_test.cc 665 vp9_filter_kernels[static_cast<INTERP_FILTER>(filter_bank)];
703 vp9_filter_kernels[static_cast<INTERP_FILTER>(filter_bank)];
785 vp9_filter_kernels[static_cast<INTERP_FILTER>(filter_bank)];
887 vp9_filter_kernels[static_cast<INTERP_FILTER>(filter_bank)];
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 368 static INLINE INTERP_FILTER read_switchable_interp_filter(
372 const INTERP_FILTER type =
373 (INTERP_FILTER)vpx_read_tree(r, vp9_switchable_interp_tree,
535 mbmi->interp_filter = (cm->interp_filter == SWITCHABLE)
537 : cm->interp_filter;
vp9_decodeframe.c 714 const InterpKernel *kernel = vp9_filter_kernels[mi->mbmi.interp_filter];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 317 static INLINE INTERP_FILTER read_switchable_interp_filter(
320 const INTERP_FILTER type =
321 (INTERP_FILTER)vp9_read_tree(r, vp9_switchable_interp_tree,
464 mbmi->interp_filter = (cm->interp_filter == SWITCHABLE)
466 : cm->interp_filter;
vp9_decodeframe.c 593 static INTERP_FILTER read_interp_filter(struct vp9_read_bit_buffer *rb) {
594 const INTERP_FILTER literal_to_filter[] = { EIGHTTAP_SMOOTH,
    [all...]

Completed in 384 milliseconds