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

  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 155 const int is_scaled = vp9_is_scaled(sf); local
157 if (is_scaled) {
  /external/libxcam/modules/ocl/
cl_post_image_processor.h 85 bool is_scaled () { function in class:XCam::CLPostImageProcessor
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 497 int is_scaled, int ref) {
517 if (is_scaled) {
576 if (is_scaled || scaled_mv.col || scaled_mv.row || (frame_width & 0x7) ||
641 int is_scaled; local
655 is_scaled = vp9_is_scaled(sf);
657 is_scaled ? sf : NULL);
675 dst_buf, &mv, ref_frame_buf, is_scaled,
692 dst_buf, &mv, ref_frame_buf, is_scaled, ref);
    [all...]

Completed in 200 milliseconds